[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/

Re: [PHP] php header information

2004-02-02 Thread James E Hicks III
On Monday 02 February 2004 08:57 am, Angelo Zanetti wrote: > HI all > > I have a page that has been written by someone else and when I run it and > click on a button to valid the username and password to login it sends me > back the same page with the following: > > Warning: Cannot modify header in

[PHP] php header information

2004-02-02 Thread Angelo Zanetti
HI all I have a page that has been written by someone else and when I run it and click on a button to valid the username and password to login it sends me back the same page with the following: Warning: Cannot modify header information - headers already sent by (output started at c:\program files

Re: [PHP] Header information ...

2003-01-10 Thread Marek Kilimajer
Should look like this: Anders Mellström wrote: Hello. I can't get this code to work. The error message I get is that the header could be added, cause it has allready been sent. What shalll I do to get it to work? //Anders exit; } else { //print("Byt w

RE: [PHP] Header information ...

2003-01-10 Thread Daniel Kushner
ay, January 10, 2003 11:18 AM > To: [EMAIL PROTECTED] > Subject: [PHP] Header information ... > > > Hello. I can't get this code to work. The error message I get is > that the header could be added, cause it has allready been sent. > What shalll I do to get it to work? &

[PHP] Header information ...

2003-01-10 Thread Anders Mellström
Hello. I can't get this code to work. The error message I get is that the header could be added, cause it has allready been sent. What shalll I do to get it to work? //Anders if ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) > 5)) { window.alert("Upgrade version of N

Re: [PHP] Header Information for Formatting?

2002-05-02 Thread Jason Wong
On Thursday 02 May 2002 21:05, Jay Blanchard wrote: > G' morning! > > Can someone tell me where to find the various options for the Header > function as it relates to M$ Excel? Yesterday, thanks to this list, we > found a way to open a worksheet in the browser and display data retrieved > from a d

[PHP] Header Information for Formatting?

2002-05-02 Thread Jay Blanchard
G' morning! Can someone tell me where to find the various options for the Header function as it relates to M$ Excel? Yesterday, thanks to this list, we found a way to open a worksheet in the browser and display data retrieved from a database. The worksheet opens with no gridlines and displaying z