[PHP] Stupid newbie question = Why don't I need a ; after this line?

2004-01-26 Thread Paul
Thanks for any advice. Can anyone tell me why I do not get any errors with ( no ; after _id'] ) ?php echo $row_otherlawyer['lawyer_id']? ?php echo NO ERROR;? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Stupid newbie question = Why don't I need a ; after this line?

2004-01-26 Thread Jason Wong
On Tuesday 27 January 2004 14:18, Paul wrote: Can anyone tell me why I do not get any errors with ( no ; after _id'] ) ?php echo $row_otherlawyer['lawyer_id']? ?php echo NO ERROR;? manual Basic syntax -- Jason Wong - Gremlins Associates - www.gremlins.biz Open Source Software Systems

Re: [PHP] Stupid newbie question = Why don't I need a ; after this line?

2004-01-26 Thread Tom Rogers
Hi, Tuesday, January 27, 2004, 4:18:03 PM, you wrote: P Thanks for any advice. P Can anyone tell me why I do not get any errors with ( no ; after _id'] ) P ?php echo $row_otherlawyer['lawyer_id']? P ?php echo NO ERROR;? From the manual (which is given away free:) The closing tag for the

[PHP] stupid newbie question

2001-10-04 Thread Paul Procacci
How do u fork? Thanks ahead of time : ) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]