: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
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
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
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
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
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/
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
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
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
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?
&
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
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
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
13 matches
Mail list logo