![]() Preserved Topic: linear... (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: Minneapolis, MN, USA |
![]() I would have emailed this but my DSL got taken out by a storm. |
Paranoid (IV) Inmate From: other places |
![]() http://linear1.org/barf.php?name=foo&address=bar |
Paranoid (IV) Inmate From: Minneapolis, MN, USA |
![]() 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 |
![]() |