Hello,
Can one do this:
$query_chk_word = mysql_query($sql_chk_word) or die(mysql_error());
$_SESSION['list_found'] = $query_chk_word;
That is can a MySQK result array be assigned to a Php SESSION?
If not via above method, how can the results of a mysql_query be saved so that we do not have to again and again
generate the same?
Thank you.



Reply With Quote






Bookmarks