Quote:
Originally Posted by redhead
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?