EdFred
Taxi to Parking
Here's my problem (well, one of many)
pertient info
page1.php
Yes, it works, and provides me with the string that was $xufil
click a link which takes me to page2.php
Nope. Doesn't work. Blank.
Thoughts?
php.ini doesn't seem to show anything preventing it from working under the sessions header
pertient info
page1.php
PHP:
<?php
session_start();
lots of code
$_SESSION['zfile'] = $xufil;
echo $_SESSION['zfile']." test to see session variable works";
?>
click a link which takes me to page2.php
PHP:
<?php
session_start();
echo $_SESSION['zfile']." test to see session variable works";
?>
Nope. Doesn't work. Blank.
Thoughts?
php.ini doesn't seem to show anything preventing it from working under the sessions header