Page 1 of 1

Form Problem

Posted: Wed Jul 27, 2005 9:43 am
by Siryx
I got a guestbook, and i want to send some data, and then after that i want to go to a confirmation page, i got one big problem, when in the form i put in action action="<?php echo $_SERVER['PHP_SELF']; ?>" the form sends the information ok and back to itself, but when i put in tha action field other site(action="<?php echo $url; ?>"), it take to the site, but the form doesn't send the info.

Posted: Wed Jul 27, 2005 10:55 am
by Burrito
sending it to another page on your site are you?

if yes, checked the $_POST[] or $_GET[] array have you?