RE: [PHP] can't find the parser error

2005-08-03 Thread Dean Maunder
print 'Please select at least one weekday for this event!'; } print ''; ?> -Original Message- From: Support [mailto:[EMAIL PROTECTED] Sent: Thursday, 4 August 2005 3:47 PM To: Dean Maunder Subject: Re: [PHP] can't find the parser error Thanks Dean, Here

[PHP] Large URI request problem

2005-08-22 Thread Dean Maunder
Hi, I have a large string that I need to send to a script that creates an image. eg

RE: [PHP] Large URI request problem

2005-08-22 Thread Dean Maunder
My session variables are saved in a database, that's more than possible, tho the thought of saving a 3000char session variable in a table is a bit hairy :) -Original Message- From: Jasper Bryant-Greene [mailto:[EMAIL PROTECTED] Sent: Tuesday, 23 August 2005 3:48 PM To: php-general@lists.

RE: [PHP] Large URI request problem

2005-08-22 Thread Dean Maunder
Just as a note, if I copy and paste the 'src' into my browser address bar, the image works fine, it only seems to be when its used inside the src tag. Hmmany ideas? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Large URI request problem

2005-08-22 Thread Dean Maunder
Subject: Re: [PHP] Large URI request problem Dean Maunder wrote: > My session variables are saved in a database, that's more than > possible, tho the thought of saving a 3000char session variable in a > table is a bit hairy :) Wouldn't worry me. It's a lot better than putti

RE: [PHP] Sessions, Constructors, and Destructors - Oh my!

2005-08-29 Thread Dean Maunder
I had the same issue not so long ago, the solution we ended up going with was Pound for the load balancer and stock Apache webservers. Pound supports sticky sessions which you can configure the timeout for, and also can proxy https->http. We also wrote our own session handlers to allow session v

[PHP] Problem with POST reply

2005-09-12 Thread Dean Maunder
Hi, I am using PHP to post a request to a server which returns an XML document. We have no problems with the same service if we use a get request. Here is the result: HTTP/1.1 200 OK Date: Tue, 13 Sep 2005 02:01:53 GMT Server: Apache Set-Cookie: MDIN=2005091280922301026;domain=.blah.com;path=/;ex

[PHP] RE: Problem with POST reply

2005-09-12 Thread Dean Maunder
> It's because the response encoding is chunked. You can read about chunks in the RFC documents. I thought if I sent a Content-Length header, then the results would be de-chunked? Regards Dean. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.ph

[PHP] ADODB vs PHP extension

2005-09-13 Thread Dean Maunder
Hi, Can someone tell me what are the differences between ADODB and using the compiled-in MSSQL extension? Which one is faster? What are the benefits/pitfalls of using either? Thanks Dean.

RE: [PHP] Re: ADODB vs PHP extension

2005-09-13 Thread Dean Maunder
My apologies, I meant the PEAR ADODB abstraction layer/ -Original Message- From: Jens Schulze [mailto:[EMAIL PROTECTED] Sent: Wednesday, 14 September 2005 12:05 AM To: php-general@lists.php.net Subject: [PHP] Re: ADODB vs PHP extension Do you mean the ADODB database abstraction layer f