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

[PHP] Non-functioning db 'include'

2002-09-23 Thread Andre Dubuc
I've streamlined all files by using an include for db access. Everything works except the main registration file which is set to https. When I 'include' a file, the db access doesn't work: all other input that accesses the db does, except for one that first calls a 'randomizer' function, then