Form Problem
Posted: Wed Jul 27, 2005 9:43 am
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.