This is a discussion on variables passed through URL within the PHP General forums, part of the PHP Programming Forums category; If I have have set a url to be displayed like this: www.mysite.com/some_page.php?value=this and ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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? <input type="text" value="<?echo (what goes here);?>" name="something"> Thanks, __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com |