Ok here is my problem...
I want a user to click on a link like this
http://www.somedomainname.com/makepage.php?10
The make page is a template...... How do I get the 10 to be defined as the ID for that makepage...
Basically how do I get the 10 to fit into the x for this statement.
if ($argv[0]=="x"){
And then I still need to be able to use the 10 to select my row in my database?
Any help is appreciated.
Thanks,
Nivla