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 slash

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 parent

RE: [PHP-DB] problem with login script

2002-06-14 Thread Hutchins, Richard
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: This >

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: This > when i run these i get this error > Parse error: parse error, unexpected ';' in > /usr

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 dbname

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 $db_ser