Gossamer Forum
Home : General : Internet Technologies :

Suddenly...

Quote Reply
Suddenly...
I was updating some scripts and suddently they didn't work anymore... Converted vereything back but still gettings error's, that why I need some help:

Code:
Fatal error: Call to undefined function: phpob_start() in /nfs/home/tecline/html/site4/cms/index.php on line 1

These are my first lines of code.... Could it be the hoster? Because why does it print "phpob_start()" ?

Code:
<?php

ob_start();
include_once("admin/regloc.php");
include_once("main_classes/config.php");
$pfa->isloggedon(); //Makes sure user is logged on
ob_end_flush();

/*
Subject Author Views Date
Thread Suddenly... cK 4959 May 28, 2003, 6:27 AM
Thread Re: [cK] Suddenly...
hennagaijin 4809 May 28, 2003, 7:17 AM
Thread Re: [hennagaijin] Suddenly...
cK 4797 May 28, 2003, 7:32 AM
Post Re: [cK] Suddenly...
Andy 4807 May 28, 2003, 8:17 AM