I have this query;
<?php
$oQuery = mysql_query("SELECT alertboxheader FROM cms_settings");
while($rQuery=mysql_real_escape_string($oQuery)){
echo $rQuery['alertboxheader']; }
?>
But it doesn't show any texts! I need to get this from the database; http://i50.tinypic.com/30wva0x.png
I hope someone can help me.
Greetings Ray.