For example, if you have a url:
http:// www.mypage.com/ showinfo.php ?id=22
what do the values to the right of the question mark mean (in this case, id=22)?
I believe that it's a way to pass variable information via hyperlinks-- am I correct? And once you get to the showinfo.php page in the example, what code would you need in order to access id's value?
(Specific code examples, or a reference to a tutorial on the subject, would be appreciated. I don't even know what this passing-values-with-hyperlinks thing is called, so I can't look up tuotorials on my own!)
2006-11-09
03:23:05
·
3 answers
·
asked by
Anonymous
in
Computers & Internet
➔ Programming & Design