> -----Original Message-----
> From: Jay Blanchard [mailto:[EMAIL PROTECTED]
> Sent: 23 July 2003 12:31

<big snip>

> Also, do those spaces exist in your code? If so you may want 
> to change;
> 
> if( ! headers_sent())
> 
> to
> 
> if(!headers_sent())

There's nowt wrong there -- both of those are functionally identical.  The
extra spaces are ignored by PHP, so the difference is purely cosmetic.

Cheers!

Mike

---------------------------------------------------------------------
Mike Ford,  Electronic Information Services Adviser,
Learning Support Services, Learning & Information Services,
JG125, James Graham Building, Leeds Metropolitan University,
Beckett Park, LEEDS,  LS6 3QS,  United Kingdom
Email: [EMAIL PROTECTED]
Tel: +44 113 283 2600 extn 4730      Fax:  +44 113 283 3211

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to