programlamaya yeni im ve benim kod yardıma ihtiyacım var? i terk uygun oda yok olacak eğer benim sayfa bana sormasını istiyorum. im yönetici sayfasındaki onload işlevini kullanarak.
şimdiye kadar burada benim kodu
function prompt()
{
< ?php
include("dbconfig.php");
$sql = "SELECT COUNT(*) FROM rooms WHERE status = 'available'";
$result = @mysql_query($sql) or die("Could not execute query");
?>
if(< ?php $result <= 14 ?>){
alert("Rooms left: < ?php echo $result ?>");
}
else{
alert("Welcome Admin.");
}
}
window.onload=prompt;
can someone help me ? please need this code asap. thank you so much
edit:
the code worked fine now but it displays "Resource id#4"? not the value of the count ? any help with this ? -renz