passing a variable

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
WebbDawg
Forum Newbie
Posts: 2
Joined: Sat Jan 11, 2003 10:29 pm

passing a variable

Post by WebbDawg »

I have written my first php and it works great (error checking included).
What I want to do is send a message back to the webpage when the user fills it out wrong to let him know what was missed. The page is for a pool for the Americas cup for http://www.sailinganarchy.com. the user must fill out his name and choose the best of nine races. There must be at least 5 wins by either team. And the error checking does this fine.

The script returns the user to the page when they fill it out wrong now. How do I get the $msg back to the page.

thanks
WOOF
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

maybe I missed the point but: by echoing it? :wink:

please clarify your question...
Post Reply