showing error
Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs(cll) cancer.php on line 3
<?php
while($row = mysql_fetch_array($exe)){
echo $row['cll'];
}
?>
Hey, can you give your topics more informative subjects instead of ‘help me’ or ‘help’ ?
In the piece of code what you posted here there are no problem. Problem is in the code where you query your database and set your $exe variable.