0 ) { $result = mysql_query( "select * from Zones where MonitorId = '$mid' and Id = '$zid'" ); if ( !$result ) die( mysql_error() ); $zone = mysql_fetch_assoc( $result ); } else { $zone = array(); $zone['Name'] = $zmSlangNew; $zone['LoX'] = 0; $zone['LoY'] = 0; $zone['HiX'] = $monitor['Width']-1; $zone['HiY'] = $monitor['Height']-1; } $new_zone = $zone; ?>
= $zmSlangMonitor ?> = $monitor['Name'] ?> - = $zmSlangZone ?> = $zone['Name'] ?> |