Car Images '; print 'Select a Car from the Cars Table: '; print ''; // For each car name while ($row = oci_fetch_array($stid, OCI_RETURN_NULLS)) { // Display the car name as a menu entry if($row[0] == $carname) print ''; else print ''; print $row[0]; print ''; } ?> '; } oci_close($conn); ?>