Re: [PHP] eregi not working

2002-06-07 Thread Jason Wong
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

[PHP] eregi not working

2002-06-07 Thread Robert Packer
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

Re: [PHP] eregi not working???

2001-03-20 Thread David Robley
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))

[PHP] eregi not working???

2001-03-20 Thread Clayton Dukes
  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