include_once ("{$_SERVER['DOCUMENT_ROOT']}/php/util.php");
connect();
$query="select text,alt from photo where event_id=16 and name=\"sane-20020528110312.jpg\"";
$result=mysql_db_query("test",$query);
$row=mysql_fetch_object($result);
$text="SANE 2002";
$altText=$text;
if (isset($row->text)){ $text=$row->text;}
if (isset($row->alt)) { $altText=$row->alt;}
?>
=$text?>
|
 |
Last modified Mon Jun 9 16:34:09 CEST 2003
(be)