Hey,
So I'm trying to update some feature to my CMS!
but it's leaving my column blankPHP Code:$getCamInfo = mysql_query("SELECT * FROM `camera_web` WHERE url = '".$_SESSION[user][url]."'");
while ($camInfo= mysql_fetch_assoc($getCamInfo))
here is the full code.
PHP Code:<?php
$getCamInfo = mysql_query("SELECT * FROM `camera_web` WHERE url = '".$_SESSION[user][url]."'");
while ($camInfo= mysql_fetch_assoc($getCamInfo))
{
echo '
<img src="' .$camInfo['url'] . '">
';
}
?>


![[Arcturus] Camera Selection](http://ragezone.com/hyper728.png)

