On Saturday 08 June 2002 10:48, Robert Packer wrote:
> Can someone tell me why this isn't working? To me it say open the file,
> read it, stick into a variable, close the file. Then search that variable
> (the file) and look for the eregi statements. Can someone tell me why this
> only gets the fi
Can someone tell me why this isn't working? To me it say open the file, read
it, stick into a variable, close the file. Then search that variable (the
file) and look for the eregi statements. Can someone tell me why this only
gets the first instance of what I'm searching for? Thanks a bunch.
#!/u
On Wed, 21 Mar 2001 08:46, Clayton Dukes wrote:
> > I have a script that looks for tags, but it doesn't seem to be
> picking up the titles, can anyone tell me why?
>
>
> Almost all of the web pages look like:
>
>if(!isset($mainfile)) { include("mainfile.php"); }
> if(!isset($headers_sent))
I have a script that looks for tags,
but it doesn't seem to be picking up the titles, can anyone tell me
why?
Almost all of the web pages look like:
if(!isset($mainfile)) { include("mainfile.php");
} if(!isset($headers_sent)) { include("header.php");
} ?>
Some Title
4 matches
Mail list logo