Looking at it too long
Posted: Tue Jun 14, 2005 2:50 am
Does anyone see a problem with this code? Especially the later part?
Code: Select all
<?php
if (is_numeric($_GETї'record'])) {
$current = $_GETї'record'];
} elseif (isset($_POSTї'broadcast_em_id])) {
$current = $_GETї'broadcast_em_id'];
}
?>