RE: [PHP-DB] header e frames

2003-01-30 Thread Michael Uyttersprot
English? -Original Message- From: Rui Miguel Palma [mailto:[EMAIL PROTECTED]] Sent: jeudi 30 janvier 2003 16:30 To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Sub

Re: [PHP-DB] header

2002-09-05 Thread Martin Adler
GUNDUZ" <[EMAIL PROTECTED]> To: "Meltem Demirkus" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, September 05, 2002 2:08 PM Subject: Re: [PHP-DB] header > > Hi, > > On Thu, 5 Sep 2002, Meltem Demirkus wrote: > > > > Warning: Cannot a

Re: [PHP-DB] header

2002-09-05 Thread Devrim GUNDUZ
Hi, On Thu, 5 Sep 2002, Meltem Demirkus wrote: > > Warning: Cannot add header information - headers already sent by (output > started at C:\FoxServ\www\debugger\project_module\start_html.php:5) in > C:\FoxServ\www\debugger\project_module\project_add_.php on line 11 > > start_html.php file inc

Re: [PHP-DB] header

2002-09-05 Thread Meltem Demirkus
output but it is sayin there is an output?... thanks alot .. meltem demirkus - Original Message - From: "Devrim GUNDUZ" <[EMAIL PROTECTED]> To: "Meltem Demirkus" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, September 05, 2002 2:38 PM

Re: [PHP-DB] header

2002-09-05 Thread Devrim GUNDUZ
Hi Meltem, On Thu, 5 Sep 2002, Meltem Demirkus wrote: > hi, > I am new on php Just want to know I am using mysql and php on a page .. > and after the page do what it should do , I want it to go to another > page..so I though about using header ("Location:...") but it is giving > error m

RE: [PHP-DB] header function

2002-07-16 Thread Gary . Every
ford [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 15. Juli 2002 23:18 An: Mohammad Forouhar-Fard Cc: [EMAIL PROTECTED] Betreff: Re: [PHP-DB] header function 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.

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

Re: [PHP-DB] Header problem

2002-07-15 Thread Paul Burney
on 7/15/02 5:09 AM, Dave Carrera at [EMAIL PROTECTED] appended the following bits to my mbox: > I have in my script a call to header location. > > header( "Location: ./file.php"); > > Works on my system but not on theirs Not really database related so it should be on php-general. FWIW, I beli

Re: [PHP-DB] Header error

2001-07-02 Thread Dobromir Velev
Hi, I suggest you to check if there is an empty line before the php starting tag ( To: PHP List <[EMAIL PROTECTED]> Date: Saturday, June 30, 2001 8:50 AM Subject: [PHP-DB] Header error >Hello guys > >Thanks very much for your help on the ADODB error, I have already fix it. >Now I've got another

Re: [PHP-DB] Header error

2001-06-29 Thread Johannes Janson
Hi, [...] > Warning: Cannot add header information - headers already sent by (output > started at /home/thesis/public_html/registro.php:2) in > /home/thesis/public_html/registro.php on line 80 [...] you can't have any output before calling header(). Output is any HTML or even whitespaces before

RE: [PHP-DB] Header() order

2001-04-06 Thread Boget, Chris
> Do you know the header() order? > For example: header("Set-Cookie") should come before/after > header("Location")? > Cause IE seems to be sensitive about this. Cookies need to come first. Chris

Re: [PHP-DB] header-ache

2001-01-25 Thread php3
Addressed to: "Leo Kuiper" <[EMAIL PROTECTED]> [EMAIL PROTECTED] ** Reply to note from "Leo Kuiper" <[EMAIL PROTECTED]> Thu, 25 Jan 2001 13:06:53 +0100 > > Ok I'm kinda new to this list so I'm very sorry for those who've > heard this question a million times. > > How to get binary