Re: [PHP] break out of

2010-10-11 Thread Govinda
If I understand the question correctly, I think the answer is yes. great!! Next time I will save myself so much time! Thank you guys! -G "Alternative syntax for control structures" -- PHP General Mailing List (http://www.

Re: [PHP] break out of

2010-10-11 Thread Joshua Kehn
If I'm understanding the question right, yes you can. if($AlertUser2success != 0) { ?> http://joshuakehn.com On Oct 11, 2010, at 7:05 PM, Govinda wrote: > Hi everyone, > > - newbie preface > -

Re: [PHP] break out of

2010-10-11 Thread Micky Hulse
If I understand the question correctly, I think the answer is yes. Maybe something like this: Normal HTML, or MT tags, here. Normal HTML, or MT tags, here. Normal HTML, or MT tags, here. "Alternative syntax for control structures"

[PHP] break out of

2010-10-11 Thread Govinda
Hi everyone, - newbie preface - I finally got some time to come back to learning a little more PHP... and I am looking forward to lots more in coming months, with any luck. Anyway, as I was working towards the last dea