php?ID=xx
Posted: Thu Jun 18, 2009 3:17 pm
I am new to php and from an example I try to make a web page which contains html and php pages.
In the example the php page has a link to <a href="example.php?ID=10"> or <a href="example.php?recordID=20">.
The "ID´s" are text messages and become part of the page in a frame.
My problem is how do I have to make these ID´s (format?). because I cannot locate these ID´s in the example.
Thanks for your help.
In the example the php page has a link to <a href="example.php?ID=10"> or <a href="example.php?recordID=20">.
The "ID´s" are text messages and become part of the page in a frame.
My problem is how do I have to make these ID´s (format?). because I cannot locate these ID´s in the example.
Thanks for your help.