Posted by Gordon Burditt on 11/04/51 11:40
>Here is what I am doing...
>
>I have some structured code... include files....
A blank line outside of <?php ... ?> will kill you.
>However whenever I refrence the file with this code (always included
>at the beginning of the file)...
>
> session_start();
You have a blank line before session_start(). Also, you forgot the
<?php part. Show us *ALL* the code. And preferably a hexadecimal
dump of it.
Gordon L. Burditt
Navigation:
[Reply to this message]
|