RE: [PHP] variables passed through URL

2003-10-09 Thread Chris W. Parker
Frank Tudor on Thursday, October 09, 2003 1:48 PM said: > How would I populate the value in a form tag? > > name="something"> You need to go here http://us4.php.net/manual/en/language.variables.external.php and read up. hth, chris. -- PHP General Mailing List (

[PHP] variables passed through URL

2003-10-09 Thread Frank Tudor
If I have have set a url to be displayed like this: www.mysite.com/some_page.php?value=this and wanted to tag on another value what would I seperate the dtwo with/ Also since it is now displayed in the url and I need the value in some area on my form. How would I populate the value in a form tag