Re: [PHP] code troble

2001-09-07 Thread * RzE:
I just gave a very quick look... so maybe there are some things that I've overlooked. But I hope this solves your problem... html head titleExample 2.01/title meta http-equiv=Content-Type content=text/html; charset=iso-8859-1 /head body ?php if (emty(provera)) {pokazi();} I'd use $

Re: [PHP] code troble

2001-09-07 Thread * RzE:
Well... I've already found something I overlooked. You call emty() io empty(); see below... html head titleExample 2.01/title meta http-equiv=Content-Type content=text/html; charset=iso-8859-1 /head body ?php if (emty(provera)) {pokazi();} ^^ ^^

Re: [PHP] code troble

2001-09-07 Thread _lallous
RZe soundex(emty) = soundex(empty) maybe someday parser will consider that ;) * RZe: [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Well... I've already found something I overlooked. You call emty() io empty(); see below... html head

Re: [PHP] code troble

2001-09-07 Thread Tom Carter
You also seem to be missing a closing }. please check all braces before posting to a list... - Original Message - From: Nikola Veber [EMAIL PROTECTED] To: php forum [EMAIL PROTECTED] Sent: Friday, September 07, 2001 1:29 PM Subject: [PHP] code troble Hi I'm having trobles with