04-07-2005, 11:29 AM | #1 (permalink) |
Too hot in the hot tub!
|
[html]using the url to auto fill forms
Hi all,
I was thinking I could do this, but maybe I was wrong. I have a database lookup program that looks up customer names and email addresses. I wanted to format a url from this info to automatically fill in an html form. I used "http://www.site.com/page.html?name=(name from lookup)&email=(email from lookup)" I thought that this would fill in the fields for me, but it just brings up the form with all blanks. Is this possible? What am I doing wrong?
__________________
But I don't want ANY Spam! Last edited by pixelbend; 04-07-2005 at 11:40 AM.. Reason: misspelling, duh |
04-08-2005, 04:49 AM | #5 (permalink) |
Too hot in the hot tub!
|
What i ended up doing, just in case anyone wants to do this is save the page as a php file, wrap the whole thing in <?PHP ?>, changed all of the quotes to \" and put that in an echo, added variables for each of my form feilds and set them equal to $_GET['whatever the varable name in the url is'] and put the variable names in for the value="variable" in each of the form feilds. Viola.
__________________
But I don't want ANY Spam! |
Tags |
auto, file, forms, htmlusing, url |
|
|