View Single Post
Old 06-08-2010, 08:19 PM   #3 (permalink)
SaintIsaiah
The Contributor
 
SaintIsaiah's Avatar
 
Join Date: Jan 2009
Posts: 48
Thanks: 5
SaintIsaiah is on a distinguished road
Default

I think he wants the ability of either posting the form data or getting the equivalent information from a url. If so, this may be the solution.

You can add the ability of checking if the same variables are set from the "$_GET" method.

But if this form is posting to a database, I wouldn't advise using "$_GET" at all. It's one of the easiest ways of injecting information into the SQL.
SaintIsaiah is offline  
Reply With Quote