<?php
$t = $row['data']; $u = $row['result']; $v = $row['note'];
$_SESSION['data'] = $t; $_SESSION['result'] = $u;
$_SESSION['note'] = $v;
echo(' data = ' .$t. ' result = ' .$u. ' note = ' .$v. "<BR>"); ?>
Did you anywhere start a session? You need a session_start() in order to work
with sessions. I recommend starting the session before you do anything else.
David
_______________________________________________
New York PHP Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk
NYPHPCon 2006 Presentations Online
http://www.nyphpcon.com
Show Your Participation in New York PHP
http://www.nyphp.org/show_participation.php