Ok so I am going all out for this newest plugin, I think I got the code to add a sub tab to site admin but I got a form in it, and so whats the best way to post the data for use in a query?
Ok so I am going all out for this newest plugin, I think I got the code to add a sub tab to site admin but I got a form in it, and so whats the best way to post the data for use in a query?
I'm sorry mate but I am not 100% sure what you want to do. What do you want to query?
I want to post data the user entered into a form to my script so I can use it.
?
Please be more specific. You are trying to create a plugin or you are already using one?
I think I will just post to <?php $_server['php_self']; ?>
I'll see if I have any issues with that.