include "connect2db.php"; $result = mysql_query( "SELECT * FROM properties where Featured='1'" ); if( $result ) $row = mysql_fetch_array( $result ); $address = $row[Address]; $description = $row[Description]; $gallery = $row[Gallery]; ?>
JuneJanuary