?php function index_header() { $header = ' {title}
flash was here
'; $sql = "SELECT * FROM `pages` WHERE id='12'"; $query = mysql_query($sql) or die(mysql_error()); $r = mysql_fetch_array($query); $title = html($r['title']); $keywords = html($r['keywords']); $description = html($r['description']); $cms_fileds = array("{title}","{keywords}","{description}"); $config = array("$title","$keywords","$description"); echo str_replace($cms_fileds, $config , $header); } function page_header($pageID) { $header = << idans - {title}
flash was here
html; $query = mysql_query("SELECT * FROM pages WHERE id='12'") or die(mysql_error()); $r = mysql_fetch_array($query); $title = html($r['title']); $keywords = html($r['keywords']); $description = html($r['description']); $cms_fileds = array("{title}","{keywords}","{description}"); $config = array("$title","$keywords","$description"); echo str_replace($cms_fileds, $config , $header); } function footer() { echo <<
Cell phone: 052-5-602-602 | Email: idan@idans.co.il | Fax: 03-9321058


html; } ?>
Fatal error: Call to undefined function index_header() in /home/idans/domains/idans.co.il/public_html/gallery.php on line 8