[PHP] Re: çå: [PHP] header information problem

2004-12-23 Thread Angelo Zanetti
:36 æää: 'Ahmed Abdel-Aliem'; 'php-general@lists.php.net' ä: çå: [PHP] header information problem I don't understand why you want to include header.html before you redirect the users to the login_success.php? By the way, you 'd better to add mysql_escape_string() with the u

Re: [PHP] header information problem

2004-12-20 Thread Richard Lynch
Ahmed Abdel-Aliem wrote: > Dear Groups members. > > i am making a user protected page, the script works excellent on my > local server, but online it gives me this error : Your local server has output_buffering turned ON in php.ini Your online server does not. > Warning: Cannot modify header

答复: [PHP] header information problem

2004-12-18 Thread yangshiqi
And if you have some special intent, you can use ob_start(). Best regards, Yang Shiqi -邮件原件- 发件人: yangshiqi [mailto:[EMAIL PROTECTED] 发送时间: 2004年12月18日 19:36 收件人: 'Ahmed Abdel-Aliem'; '[EMAIL PROTECTED]' 主题: 答复: [PHP] header information problem I don't u

答复: [PHP] header information problem

2004-12-18 Thread yangshiqi
web. May be the sql injection with your site. Just be careful. Best regards, Yang Shiqi -邮件原件- 发件人: Ahmed Abdel-Aliem [mailto:[EMAIL PROTECTED] 发送时间: 2004年12月18日 18:52 收件人: [EMAIL PROTECTED] 主题: [PHP] header information problem Dear Groups members. i am making a user protected pa

Re: [PHP] header information problem

2004-12-18 Thread Gareth Williams
In the else part, you have the possibility to echo to the screen and later on, then header("Location: ..."); This is the bit which isn't allowed. If you are doing header("Location: ...");, you are not allowed to echo before it. On 18 Dec 2004, at 11:52, Ahmed Abdel-Aliem wrote: Dear Groups memb

[PHP] header information problem

2004-12-18 Thread Ahmed Abdel-Aliem
Dear Groups members. i am making a user protected page, the script works excellent on my local server, but online it gives me this error : Warning: Cannot modify header information - headers already sent by (output started at /home/me2resh/public_html/apex/upload/header.html:10) in /home/me2resh/