I use a PHP self-validating form for taking orders off my site. (on submit
it calls itself and if there are no errors a send variable is set and it
emails me the information, etc - standard stuff).
I'd like to start taking CC orders and would like to encode the information
using javascript
http:/
I have a multidimensional array being created by a form. Most fields are
pre-populated with a few that people can add to the list. There is a box
beside each row that they can check whether that item is in or not.
My code to list only the rows that were checked is this..
for ($j=1 ; $j=5; $j++
e var:
header("Location: http://something.foo.bar.com/page.extension?var1=etc";);
ex with 3 vars:
header("Location:
http://something.foo.bar.com/page.extension?var1=etc&var2=123&var3=abc";);
- Original Message -
From: "Jack Dempsey" <[EMAIL PROTECTED]
("location://url?var1=value1?var2=value2") would work but not luck.
Could someone point me in the right direction please?
Thanks,
Dean Martin
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To c
4 matches
Mail list logo