Can someone tell where I messed up on this code snippit?

if ($res->numRows() > 0){
                                list($id, $question, $responce1, $responce2, 
$responce3) =  $res->fetchRows()
                       $id = $row[0];
                        $question = $row[1];
                        $responce1 = $row[2];
                        $responce2 = $row[3];
                        $responce3 = $row[4];
                }

TIA
Gary


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

Reply via email to