Re: [PHP] indexing with fopen

2007-02-27 Thread Richard Lynch
You are essentially re-inventing ht://dig which is probably a Bad Idea. But if you want to fopen() a URL, you have to have 'http://' on the front of it, so PHP knows it's a URL, and not a very oddly-named file. On Sun, February 25, 2007 12:43 pm, Miguel Vaz wrote: > > Hi, > > I am tr

Re: [PHP] indexing with fopen

2007-02-25 Thread Chris
Miguel Vaz wrote: Hi, I am trying to add a search to the site i am developing but i ran into a bit of a problem. Since the site is mainly dynamic (lots of includes and mysql queries), i thought of building an index table that will contain the insides of all the pages in the sit