Form Problem

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Siryx
Forum Newbie
Posts: 11
Joined: Tue Jul 26, 2005 9:58 am

Form Problem

Post 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.
User avatar
Burrito
Spockulator
Posts: 4715
Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah

Post by Burrito »

sending it to another page on your site are you?

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