[PHP] the best way to get Apache/PHP to handle *all* requests

2006-03-09 Thread Nic
tore" I can get most of the requests to go through the script by asking for: http://yyy/store/something/or/other However, RANGE requests don't go through the PHP handler. Anyone know why? Nic Ferrier -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] causing HTTP error status

2006-05-04 Thread Nic
che is not doing something right, or that I've got this round the back of my neck. Anyone help? Nic Ferrier -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] causing HTTP error status

2006-05-05 Thread Nic
"Richard Lynch" <[EMAIL PROTECTED]> writes: > On Thu, May 4, 2006 8:50 am, Nic wrote: >> I'm having trouble with setting HTTP error status from PHP4. >> >> The PHP docs say that if I have this : >> >> > > WILD GUESS!!! > > T

Re: [PHP] causing HTTP error status

2006-05-05 Thread Nic
Hi Rabin "Rabin Vincent" <[EMAIL PROTECTED]> writes: > On 5/5/06, Nic <[EMAIL PROTECTED]> wrote: >> But /mydir/some.php doing: >> >>header("HTTP/1.1 404 Rubbish!!!") >> >> _never_ causes the error document to be picked up. &

[PHP] Re: causing HTTP error status

2006-05-05 Thread Nic
"M. Sokolewicz" <[EMAIL PROTECTED]> writes: > The meaning of the paragraph is indeed your "only other meaning I can > attribute to it". And no, Apache does not automatically set it (ok, > not *always*... there's a lot of magic going on behind the screens).

Re: [PHP] causing HTTP error status

2006-05-06 Thread Nic
"Richard Lynch" <[EMAIL PROTECTED]> writes: > On Fri, May 5, 2006 5:01 am, Nic wrote: >> Hi Rabin >> "Rabin Vincent" <[EMAIL PROTECTED]> writes: >> >>> On 5/5/06, Nic <[EMAIL PROTECTED]> wrote: >>>> But /mydir/some.ph

[PHP] Re: causing HTTP error status

2006-05-06 Thread Nic
that doesn't make any sense because the page the error is generated from might have content that shouldn't be discarded. It might make sense to do this on exit(x) if x>0 but I'm not sure. Nic -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Starting an application on web server

2002-11-25 Thread Nic Fordham
y server as of wolfmp.exe but I cannot see it on my lan & they can't see it over the web. I also don't get any visual output on the server of the wolfmp.exe starting up the game console. When I try& kill the process via taskmgr it says access is denied. Does anyone have an

[PHP] "file" with authentication for HTTP

2001-12-07 Thread Nic Skitt
); 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]

[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

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] Headers already sent....

2001-08-30 Thread Nic Skitt
clean out. 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]

[PHP] Headers already sent....

2001-08-30 Thread Nic Skitt
clean out. 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
Sagar, Thanks but there isnt any spaces or HTML. The code on the page starts with the PHP tags and nothing else. Nic "Sagar" <[EMAIL PROTECTED]> wrote in message 00c001c13141$cd995d60$5bed7ccb@ravella">news:00c001c13141$cd995d60$5bed7ccb@ravella... > This will not wo

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

2001-08-30 Thread Nic Skitt
=$HTTP_SESSION_VARS["userid"]; Now I cant understand why PHP thinks this has written to headers. Surely it is simply reading. And more to the point, why does this work on the live server but not on my dev box? Cheers Nic -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-ma

[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] Referrer

2001-08-30 Thread Nic Skitt
D'oh! New it would be something simple. Cheers lads. Nic "Andrey Hristov" <[EMAIL PROTECTED]> wrote in message 029b01c13148$1bcb01e0$0b01a8c0@ANDreY">news:029b01c13148$1bcb01e0$0b01a8c0@ANDreY... > or > $GLOBALS["HTTP_REFERER"]; > > Andrey H

[PHP] headers...

2001-08-30 Thread Nic Skitt
first sent output. Is that the case?? if so how do I deal with that? 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...

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] header,session stuff works on live fails on dev...?

2001-08-31 Thread Nic Skitt
he session info. If it cant find it does it write it? This is not an isolated case. This problem is happening in a few areas of the system yet on the live server everything works a dream!!?? Anyone any ideas? Cheers Nic -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-ma

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

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

[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

[PHP] running php method in the background

2006-06-08 Thread Nic Appleby
ocess user input while not interrupting the protocol. I have searched all over the web with no luck, can anyone point me in the right direction? thanks nic All Email originating from UWC is covered by disclaimer http://www.uwc.ac.za/portal/uwc2006/content/mail_disclaimer/index.htm -- PHP Gener

[PHP] Re: Client does not support authentication protocol requested by server; consider upgrading MySQL client

2004-12-18 Thread Nic Begusarai
"Nic Begusarai" <[EMAIL PROTECTED]> wrote in message news:... > > I just install MySql and trying to connect on localhost using PHP > > Error: Client does not support authentication protocol requested by server; > consider upgrading MySQL client > ho