Preserved Topic: linear... |
|
---|---|
Author | Thread |
Paranoid (IV) Inmate From: Minneapolis, MN, USA |
posted 06-14-2001 16:40
I would have emailed this but my DSL got taken out by a storm. |
Paranoid (IV) Inmate From: other places |
posted 06-14-2001 20:38
http://linear1.org/barf.php?name=foo&address=bar |
Paranoid (IV) Inmate From: Minneapolis, MN, USA |
posted 06-14-2001 22:45
Like I said, passing variables in the URL is easy. But I'm trying to pass form field values. I can't concatenate them onto the end of a URL with PHP because you don't know what the values are until the user types them in. Sure I could use javascript to concatenate the values to the end of the URL, but how would that be any better than my current solution of changing a hidden <input> 's value and using the submit() function? |
Paranoid (IV) Inmate From: other places |
posted 06-15-2001 00:01 |