CSV $_POST[??]

CSV $_POST[??]

blurrblurrblurrblurr Posts: 17Questions: 0Answers: 0
edited September 2013 in Plug-ins
Hi Allan,
Is there any way I can detect the plugin CSV is click on? what is the $_post[]? cannot find any much info on this

Replies

  • allanallan Posts: 61,439Questions: 1Answers: 10,053 Site admin
    $_POST is a PHP variable - http://php.net/manual/en/reserved.variables.post.php

    > Is there any way I can detect the plugin CSV is click on?

    Use the fnClick or attach your own click event handler using standard jQuery.

    Allan
This discussion has been closed.