Re: session_start problems with FireFox on Mac

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Terry Calie schreef:

...


To illustrate my php goes like this:

index.php
=========
<?php
code
code
require "index2.php"
code
?>

index2.php
========
<?php
code
code
code
?>
<whitespace character>

...

to avoid this in future never add the closing php bracket to the end of
the php file (unless you explicitly want to output something after the
code in question - which is almost never the case), it is not required.

e.g.

--------- >8 info.php ----------------
<?php

phpinfo();
--------- >8 info.php ----------------

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux