Re: [PHP] Headers Again

2004-02-20 Thread Chris Shiflett
--- PETCOL <[EMAIL PROTECTED]> wrote: > Unfortunately history tells me that php like ColdFusion will one day > be bought out by the big corporates, or at least they'll have a > considerable financial vested interest in it. There's nothing to buy. Welcome to open source. Chris = Chris Shiflet

Re: [PHP] Headers Again

2004-02-20 Thread Stuart
PETCOL wrote: Unfortunately history tells me that php like ColdFusion will one day be bought out by the big corporates, or at least they'll have a considerable financial vested interest in it. Not likely. Since PHP is open source if Zend decided to change the license I'm certain it would be forked

Re: [PHP] Headers Again

2004-02-19 Thread PETCOL
Stuart, Unfortunately history tells me that php like ColdFusion will one day be bought out by the big corporates, or at least they'll have a considerable financial vested interest in it. At which time we hope way off in the future, we'll all have to start paying for support and maintenance contra

Re: [PHP] Headers Again

2004-02-17 Thread Comex
[EMAIL PROTECTED]> Petcol: > Jason, > > What I shock, 307,000 entries returned. > > Maybe someone with ability greater or other than I, should give some > serious consideration to a solution or work around. > > I've been using ColdFuion for 7 years and I can do a url="anotherlocation.htm"> anywher

Re: [PHP] Headers Again

2004-02-17 Thread Jason Wong
On Tuesday 17 February 2004 17:21, PETCOL wrote: > Alliare and Macromedias forums for ColdFusion and other software, allow a > search through the entire post, archive everything. Which always avoid > this problem of a newsgroup. Maybe I'm wrong, but I don't thing there's a > search like this for

Re[2]: [PHP] Headers Again

2004-02-17 Thread Richard Davey
Hello PETCOL, Tuesday, February 17, 2004, 11:52:25 AM, you wrote: P> I've tried ob_end_flush(); it didn't work, maybe it's a server P> configuration issue. Maybe it's just php can not do it? Have a look at the headers_sent() function to see *where* your script is outputting the headers you don

Re: [PHP] Headers Again

2004-02-17 Thread Stuart
PETCOL wrote: Stuart Thank you. Don't thank me[1], thank them. Preferably with cash[2]. [1] I will accept cash if offered. [2] http://marc.theaimsgroup.com/?q=about#Begware -- Stuart -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Headers Again

2004-02-17 Thread PETCOL
D] > Sent: 17 February 2004 09:22 > To: [EMAIL PROTECTED] > Subject: Re: [PHP] Headers Again > > > Jason, > > I appreciate people get just as frustrate by reading repetative posts. > > Alliare and Macromedias forums for ColdFusion and other > software, allow a > search t

Re: [PHP] Headers Again

2004-02-17 Thread PETCOL
Stuart Thank you. "Stuart" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > PETCOL wrote: > > Alliare and Macromedias forums for ColdFusion and other software, allow a > > search through the entire post, archive everything. Which always avoid this > > problem of a newsgroup. Maybe

Re[2]: [PHP] Headers Again

2004-02-17 Thread Richard Davey
Hello PETCOL, Tuesday, February 17, 2004, 8:37:15 AM, you wrote: >> google? P> What I shock, 307,000 entries returned. Assuming you're running Windows, do what I do and download the Windows CHM help file version of the PHP manual. It includes standard search capabilities, so clicking on Search

Re: [PHP] Headers Again

2004-02-17 Thread Stuart
PETCOL wrote: Alliare and Macromedias forums for ColdFusion and other software, allow a search through the entire post, archive everything. Which always avoid this problem of a newsgroup. Maybe I'm wrong, but I don't thing there's a search like this for a newsgroup? http://marc.theaimsgroup.com/?

RE: [PHP] Headers Again

2004-02-17 Thread Michael Egan
exists when using a single PHP/HTML file." Not hard is it? Regards, Michael Egan > -Original Message- > From: PETCOL [mailto:[EMAIL PROTECTED] > Sent: 17 February 2004 09:22 > To: [EMAIL PROTECTED] > Subject: Re: [PHP] Headers Again > > > Jason, > >

Re: [PHP] Headers Again

2004-02-17 Thread PETCOL
Jason, I appreciate people get just as frustrate by reading repetative posts. Alliare and Macromedias forums for ColdFusion and other software, allow a search through the entire post, archive everything. Which always avoid this problem of a newsgroup. Maybe I'm wrong, but I don't thing there's

Re: [PHP] Headers Again

2004-02-17 Thread Jason Wong
On Tuesday 17 February 2004 16:37, PETCOL wrote: What you're asking is a VERY FAQ. Something that's asked almost every other day. The list archives will have plenty of answers. > What I shock, 307,000 entries returned. If you don't want to trawl through those search results then read the error

Re: [PHP] Headers Again

2004-02-17 Thread PETCOL
Jason, What I shock, 307,000 entries returned. Maybe someone with ability greater or other than I, should give some serious consideration to a solution or work around. I've been using ColdFuion for 7 years and I can do a anywhere in the page, no matter if I've run CFML, Javascript it still wo

Re: [PHP] Headers Again

2004-02-16 Thread Jason Wong
On Tuesday 17 February 2004 09:57, PETCOL wrote: > I have authenticated a user, after that I want to take them to another > page: > > Header("Location: welcome.php"); > > But I get the following error? > > error > Cannot modify header information - headers already sent > --

Re: [PHP] Headers Again

2004-02-16 Thread John Nichel
PETCOL wrote: Hi, I have authenticated a user, after that I want to take them to another page: Header("Location: welcome.php"); But I get the following error? error Cannot modify header information - headers already sent error Suggestions? Don't s

[PHP] Headers Again

2004-02-16 Thread PETCOL
Hi, I have authenticated a user, after that I want to take them to another page: Header("Location: welcome.php"); But I get the following error? error Cannot modify header information - headers already sent error Suggestions? Col -- PHP Genera