exit program function if...

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
shanehunter
Forum Commoner
Posts: 30
Joined: Sun Jun 27, 2010 3:43 pm

exit program function if...

Post by shanehunter »

nevermind. solved it. =)

thanks guys
Last edited by shanehunter on Fri Jul 23, 2010 1:47 am, edited 1 time in total.
shanehunter
Forum Commoner
Posts: 30
Joined: Sun Jun 27, 2010 3:43 pm

Re: exit program function if...

Post by shanehunter »

Hey Guys,

I know this is super simple to most of you, but it's keeping me from a fully functional program... Please help!
shanehunter
Forum Commoner
Posts: 30
Joined: Sun Jun 27, 2010 3:43 pm

Re: exit program function if...

Post by shanehunter »

bump.
Gargoyle
Forum Contributor
Posts: 130
Joined: Wed Jul 14, 2010 12:25 am

Re: exit program function if...

Post by Gargoyle »

format your code and be more specific on what your problem is.

generally, you can terminate the script by putting "exit" or "die()".
Post Reply