View Single Post
Old 02-19-2007, 08:22 AM   #11 (permalink)
transfield
Code Monkey
 
Join Date: Mar 2006
Posts: 35
transfield is on a distinguished road
Quote:
Originally Posted by redhead View Post
One thing which is specified for array() makes me think of this small alteration
PHP Code:
$_SESSION['result'][]=array('id'=>...) 
Thanks redhead. Okay this version does not give me any errors anymore. Now how do I use this code to replace $query5?
transfield is offline   Reply With Quote