require "../admin/global.php3"; if (!isset($id)) { header("Location: ../index.html"); } //connect to db. if (!($conn = mysql_pconnect($db_host, $db_login, $db_pw))) { header("Location: $db_error"); } //get from db and create array. $result=mysql_db_query("$db","select * from river_conditions where ID='$id'"); $row=mysql_fetch_array($result); ?>
|
|||||
|
|||||
|