If statement with form

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
Pato86
Forum Newbie
Posts: 1
Joined: Tue Sep 08, 2009 12:21 am

If statement with form

Post by Pato86 »

Hi guys.
Got a noob question.

I have an assignment which is to create a functional poker machine using php.
Halfway down the line I have hit a brick wall. :banghead:

When my money runs out I want my "bet amount" form to disappear and I want it to echo the message "You have no money!" where the form is. Can anyone help me with that?? :?: :?: :?:
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: If statement with form

Post by requinix »

Probably. It would help if you posted the code you have...
Post Reply