RE: [PHP-DB] header function

2002-07-16 Thread Gary . Every
ROTECTED]] Sent: Monday, July 15, 2002 4:51 PM To: 'Steve Cayford' Cc: [EMAIL PROTECTED] Subject: AW: [PHP-DB] header function Nothing it is only header function. No I don't have anything outside. In this case I am connected to the DB. if($v_action =="delete"){ $DBque

AW: [PHP-DB] header function

2002-07-15 Thread Mohammad Forouhar-Fard
t UPDATE$cfgTbl[accounts]:".mysql_error()); header("Location: list.php?message='T'"); } -Ursprüngliche Nachricht- Von: Steve Cayford [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 15. Juli 2002 23:18 An: Mohammad Forouhar-Fard Cc: [EMAIL PROTECTED] Betreff: Re: [PHP-DB]

Re: [PHP-DB] header function

2002-07-15 Thread Steve Cayford
What's on line 3 of Auth_user.php ? If you have anything outside of the tags it will start the html output. Even just an empty line. -steve On Monday, July 15, 2002, at 04:09 PM, Mohammad Forouhar-Fard wrote: > > Hi, > I have a problem with function header("Location:xy.php?var=2). > I h

[PHP-DB] header function

2002-07-15 Thread Mohammad Forouhar-Fard
Hi, I have a problem with function header("Location:xy.php?var=2). I have not any text (print echo or display any text) at all before I set a cookie If I try to execute this function of Apache server in my Company it is all auf OK. But if I try to run at home I have even the same error Canno