Hi,

        Is it advisable to use SESSIONS to store variable from one page to
another page instead of using something like a hidden field?

eg: 
$_SESSION['sql_sort_cat']
$_SESSIOn['sql_sort_dir']

instead of

<input type=hidden value=<?php $sql_sort_cat?> >


Cheers,
Mun Heng, Ow
H/M Engineering
Western Digital M'sia 
DID : 03-7870 5168

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to