On my first page I have a form. it will ask for 3 pcs, of info. on page 2 I set 3 sessions from the form on page 1. I try and use the sessions on page 3 and I keep getting this error
Notice: Undefined variable: _session in C:\Program Files\Abyss Web Server\htdocs\webcards\build3.php on line 17
I set the sessions like this on page 2.
$_session['sendto'] = $sendto;
Can any one tell me what I'm doing wrong
Thanks
Joe
2007-03-24
14:44:56
·
3 answers
·
asked by
bigjoe11a
2
in
Computers & Internet
➔ Programming & Design
I added the session_start(0 at the top and when I run the page it say sessions already started.
2007-03-25
02:17:29 ·
update #1