06-08-2010, 08:19 PM
|
#3 (permalink)
|
|
The Contributor
Join Date: Jan 2009
Posts: 48
Thanks: 5
|
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.
|
|
|
|