[PHP] "file" with authentication for HTTP

2001-12-07 Thread Nic Skitt
Hi all, Aplogies if this question has already been asked, Is it possible to authenticate using HTTP when requesting a file from another webserver. In other words: Assuming you needed to authenticate for the following, how would you do it? $fcontents = file ('http://www.php.net'); Cheers Nic

[PHP] buffers...

2001-09-27 Thread Nic Skitt
Hi all, how do you flush the buffer in PHP? IE, running through code but wanting to output to the browser at specific points, in a while loop for instance. Cheers Nic -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

[PHP] Graphs...

2001-09-13 Thread Nic Skitt
Anybody got any tuts/examples of a working graph with PHP? Cheers Nic -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] header,session stuff works on live fails on dev...?

2001-08-31 Thread Nic Skitt
Chris, Thanks, Andrey pointed me in the right direction. It was the error output that was causing the headers to be sent ergo more errors :-P Cheers Nic -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTEC

[PHP] header,session stuff works on live fails on dev...?

2001-08-31 Thread Nic Skitt
Hi all, I am still failing to fix this problem with headers. I receive the following error: Warning: Cannot add header information - headers already sent by (output started at c:\apache\apache\htdocs\client-secure.php:11) in c:\apache\apache\htdocs\client-secure.php on line 18 Which would indic

Re: [PHP] headers...

2001-08-30 Thread Nic Skitt
I cant see any. Again this seems to be a difference between my dev server and the live server. The live server doesnt compain. Any more ideas? NIc "Franklin Van Velthuizen" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Nic Skitt w

[PHP] headers...

2001-08-30 Thread Nic Skitt
Hi all, I am constantly getting Headers already sent errors. What I dont understand is why when I read something that could have come from a cookie or session does that right out to headers. eg: if (!$HTTP_COOKIE_VARS["TrackID"]){ } The header error refers to this line as having first sent o

Re: [PHP] Referrer

2001-08-30 Thread Nic Skitt
ristov > IcyGEN Corporation > http://www.icygen.com > 99% > > - Original Message - > From: "Nic Skitt" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, August 30, 2001 2:25 PM > Subject: [PHP] Referrer > > > > Hi all,

[PHP] Referrer

2001-08-30 Thread Nic Skitt
Hi all, What is the server variable for referrer? Cheers Nic -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] Headers already sent....

2001-08-30 Thread Nic Skitt
Thanks Andrey but that still hasnt fixed it. The full error I am getting is: Cannot add header information - headers already sent by (output started at c:\apache\apache\htdocs\client-secure.php:11) in c:\apache\apache\htdocs\client-secure.php on line 18 Line 11 refers to: $uid=$HTTP_SESSION_VA

Re: [PHP] Headers already sent....

2001-08-30 Thread Nic Skitt
rk even if the code is like this > > > your php > > ?> > remaining html > > see that theres no spaces till the php code starts. > the code must be like > > php code > > ?> > remaining html > > /sagar > > > - Original Messa

[PHP] Headers already sent....

2001-08-30 Thread Nic Skitt
Hi all, I have a bit of a confusing one here. I have two enviroments: 1) Live server -PHP Version 4.0.3pl1 - Nov 21 2000 -Apache/1.3.12 Cobalt (Unix) -Linux 2) Local development -PHP Version 4.0.6 -Apache/1.3.20 (Win32) -Windows 2000 Pro Now on the live server everything works fine but on my d

[PHP] Headers already sent....

2001-08-30 Thread Nic Skitt
Hi all, I have a bit of a confusing one here. I have two enviroments: 1) Live server -PHP Version 4.0.3pl1 - Nov 21 2000 -Apache/1.3.12 Cobalt (Unix) -Linux 2) Local development -PHP Version 4.0.6 -Apache/1.3.20 (Win32) -Windows 2000 Pro Now on the live server everything works fine but on my d

Re: [PHP] GUI for PHP

2001-08-30 Thread Nic Skitt
e to agree with Matthew that hand coding is the way forward. I use PrimalScript. Its pretty nifty and you can store your own code snippets to speed up coding. Plus it has intellisense style help while writing your code which comes in handy. Hope that helps Nic Skitt http://ultradevfaq.com

[PHP] PHP Editor

2001-08-08 Thread Nic Skitt
Hi all, What tool do you recommend to compose PHP pages? I am traditionaly an ASP developer and I have always used Ultradev and Interdev. What is available?? Cheers Nic (Answers by email would be prefered) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL P