hi,
is there a way to restrict execution of script on certain variables with POST or GET methods?
e.g.
file.php?showform=yes
is executed with GET method.
and ID & passwd are only to be passed over to file.php by POST method.
in other words, i want to restrict the script to only accept ?showview=yes as GET and NOT to accept ?ID=name&passwd=fish
ID & passwd should only be accepted via POST method.
thanks,
Daarius...