Re: [PHP] Non-functioning db 'include'

2002-09-23 Thread Andre Dubuc
Thanks Geoff, I tried what you suggested, but now the db burps the stuff back. Perhaps, for two lousy lines of code, I'll leave it as it is. Too much trouble to figure why it doesn't like it without actually having the site live. Right now everything passes through 'localhost' which has been e

Re: [PHP] Non-functioning db 'include'

2002-09-23 Thread Geoff
Once you go to https://www.yoursite.com you are at a completely new url as far as the browser is concerned so you need to include using the full http://www.yoursite.com/yourinclude.inc syntax or throw another copy of your include db file in your directory for secure serving Not sure if this is wh