Can't use sessions?! oO
Posted: Sat Jan 16, 2010 8:05 am
HELP! When I try to use this at the VERY top of the page:
I get:
How do I fix this?!
Code: Select all
<?php
session_start();
$_SESSION['f_name0001'] = $_POST['f_name0001'];
$_SESSION['l_name0001'] = $_POST['l_name0001'];
$_SESSION['ad_0001'] = $_POST['ad_0001'];
$_SESSION['co_0001'] = $_POST['co_0001'];
$_SESSION['c_0001'] = $_POST['c_0001'];
?>Code: Select all
Warning: session_start() [function.session-start]: open(..\Server\tmp\sess_e8140ca2c9eabcfdec9c3ac769ca6da7, O_RDWR) failed: No such file or directory (2) in C:\Users\blah\htdocs\customerform\project\Orderform.php on line 15