Posted by Jerry Stuckle on 11/19/06 02:08
Maximus wrote:
> There's nothing before the <?php
>
> and if i put the tag u gave me i get this
>
> Array
> (
> )
>
>
>
> This is the weirdest thing i ever got in PHP so far...
>
Sorry, this was the code I was referring to. I didn't mean to be confusing:
error_reporting(E_ALL);
ini_set("display_errors","1");
P.S. ensure you look at your page source, also.
One other thing - what does phpinfo() say for your session-related
settings? Your code should be working fine.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|