PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
// the error line no mysql error is show
echo '<!-- ', htmlentities($qur), "-->\n";
mysql_query($qur) or die (mysql_error());
These lines will not appear within the rendered document but in the browser's source view, so they do not break down your layout (only if you're trying to send headers afterwards)