putting info retreived from mysql on the next web page
Posted: Tue Nov 19, 2002 6:43 pm
I have retreived information from my database using SELECT * FROM 'table, this info is stored as $result.
I want to use the info stored as $result on the next page.
I have tried registering $result with a session (i.e. session_register("result") ) and after opening the session i have tried to access the info using mysql_fetch_array. This doesn't work.
Does this make sense?
What do i do?
Do i have to do something with $result before registering it with a session?
Please help a poor <span style='color:blue' title='I'm naughty, are you naughty?'>smurf</span> off scouser!
I want to use the info stored as $result on the next page.
I have tried registering $result with a session (i.e. session_register("result") ) and after opening the session i have tried to access the info using mysql_fetch_array. This doesn't work.
Does this make sense?
What do i do?
Do i have to do something with $result before registering it with a session?
Please help a poor <span style='color:blue' title='I'm naughty, are you naughty?'>smurf</span> off scouser!