Hi,
I was wondering if anyone could identify what is wrong with my following php and why i am not being able to see the images i stored on my mysql database. Any help would be much appreciated.
Thanks
[php]
<?php require_once "dbc.php"; $query = "SELECT * from cars"; $result = mysql_query ($query); $rCount = mysql_num_rows($result); $aresult = array(); $aresult = mysql_fetch_array($result); ?> <?php while($row = mysql_fetch_array($result)){ $CID = $row ["id"]; echo '