require('../define.inc'); require('casa-def.inc'); $dom="LOCK TABLES casa READ"; $blocca = mysql_query($dom,$db); $where = ""; if(trim($HTTP_POST_VARS["provincia"])!=""){ $where = "where provincia='".$HTTP_POST_VARS["provincia"]."'"; } $dom="select * from casa $where order by dateora desc"; $result = mysql_query($dom,$db) or die("Non riesco a procedere!"); $num=mysql_num_rows($result); $blocca = mysql_query("UNLOCK TABLES",$db); mysql_close ($db); showpagetop(); ?>
|
|
|
|||||||||||||