RE: [PHP-DB] problem with login script

2002-06-14 Thread Hutchins, Richard
, 2002 2:15 AM To: [EMAIL PROTECTED] Subject: Re: [PHP-DB] problem with login script On Friday 14 June 2002 03:23, suman wrote: hi adding the ? ?in func.php still returns this. my functions script is - You need: ? function

Re: [PHP-DB] problem with login script

2002-06-14 Thread Jason Wong
On Friday 14 June 2002 20:23, Hutchins, Richard wrote: I haven't been following your whole thread on this issue, but I did notice that the syntax for your include statement is incorrect. Try this: ? include(functions.php); ? Doesn't really matter, it works with or without

Re: [PHP-DB] problem with login script

2002-06-14 Thread Stuart Dallas
On Friday, June 14, 2002, 2:51:51 PM, Jason Wong wrote: On Friday 14 June 2002 20:23, Hutchins, Richard wrote: I've been working with includes recently and that's the standard syntax. Furthermore, if you put the functions.php file in a different directory, remember to use double slashes in

Re: [PHP-DB] problem with login script

2002-06-13 Thread suman
hi adding the ? ?in func.php still returns this. my functions script is -function auuser($login,$passwd) { global $db_server,$http_host,$db,$db_user,$db_pass,$doc_root; if(!( $connect=pg_pconnect(host=$db_server

Re: [PHP-DB] problem with login script

2002-06-13 Thread Jason Wong
On Friday 14 June 2002 03:23, suman wrote: hi adding the ? ?in func.php still returns this. my functions script is - You need: ? function auuser($login,$passwd) { ... } ? This ?include 'functions.php'; Should

[PHP-DB] problem with login script

2002-06-12 Thread suman
hi when i execute this script i an error ---function this func is in file functions.php and the func deletecookies(); auuser($login,$passwd) { global $db_server,$http_host,$db,$db_user,$db_pass,$doc_root;

Re: [PHP-DB] problem with login script

2002-06-12 Thread Jason Wong
On Thursday 13 June 2002 06:00, suman wrote: hi when i execute this script i an error ---func tion this func is in file functions.php and the func deletecookies(); auuser($login,$passwd) { global