help with displaying integer values
I am not sure what is going on in my code.
I have a field where use
<?php
if ($pets==1) echo "Pets Allowed";
?>
and that works fine. Integer 1 in my database.
But when I want to use that for another field, same exact settings, just different field, nothing shows up. Even tried putting in quotes. I queried from mysql with success and using the entered value of 1 in the dreamweaver recordset window and it showd. But yet the PHP wont display.
