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]

Re: [PHP] code troble

2001-09-07 Thread _lallous
R&Ze soundex(emty) = soundex(empty) maybe someday parser will consider that ;) "* R&Ze:" <[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... > > > > > > > > > >

Re: [PHP] code troble

2001-09-07 Thread
Well... I've already found something I overlooked. You call emty() io empty(); see below... > > > > > > Example 2.01 > > > > > > > > > > if (emty(provera)) {pokazi();} ^^ ^^ Here you forgot the 'p' in emPty() > > I'd use $ here :) > if (empty ($provera))

Re: [PHP] code troble

2001-09-07 Thread
I just gave a very quick look... so maybe there are some things that I've overlooked. But I hope this solves your problem... > > > Example 2.01 > > > > if (emty(provera)) {pokazi();} I'd use $ here :) if (empty ($provera)) ... ^ ^ > else {obr

[PHP] code troble

2001-09-07 Thread Nikola Veber
Hi I'm having trobles with this code. Can you take a look at it? Parse error: parse error in C:/XITAMI/webpages/index.php on line 34 is the error msg. thanx Example 2.01 "; echo "Iznos na Vasem racunu je $vrednost dolara"; } ?> -- PHP General Mailing List (http://www.php.net/