[PHP] Re: Newbie Questionabout variables

2002-05-25 Thread Al
I got it now, thanks a lot. For some reason Mozilla won't let me post to the newsgroup. I've used your answer, and another one, and have already made a simple php script to test the variable and echo "passed" or "failed" I'm modifying a php application and the admin file is named "index.php" [y

[PHP] Re: Newbie Questionabout variables

2002-05-25 Thread Alex Shi
Not sure what your question is In the case "password" is not a variable but the value of the variable, while "admin" is the name of the variable. Variables passed by url is obtained by GET method, and in your script all vairables passed by GET method can be accessed directly. So, in followin