I know I can use something like:
Echo "<FORM ACTION=\"myfile.php\" METHOD=\"POST\"....
to send form data to a file (in this case myfile.php). But what if I want to allow a user to input data, click a button, but stay in the same php file and just send the input data to a function that is within the same file. Is that possible?
Thanks,
Basil