[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

RE: [PHP] variables passed through URL

2003-10-09 Thread Chris W. Parker
Frank Tudor mailto:[EMAIL PROTECTED] on Thursday, October 09, 2003 1:48 PM said: How would I populate the value in a form tag? input type=text value=?echo (what goes here);? name=something You need to go here http://us4.php.net/manual/en/language.variables.external.php and read up.