Re: [PHP] php-general mailing list active?

2006-08-22 Thread dpgirago
[EMAIL PROTECTED] wrote: >>> Would someone kindly let me know if there is activity on >>> [EMAIL PROTECTED] I have not gotten posts for a few days now, >>> and I'm having no luck connecting to the help, owner or admin addresses. >> >> Thanks Jochem, Thomas, and Jay. >> >> Anybody know Wez Furlong'

RE: [PHP] php-general mailing list active?

2006-08-22 Thread dpgirago
> Would someone kindly let me know if there is activity on > [EMAIL PROTECTED] I have not gotten posts for a few days now, > and I'm having no luck connecting to the help, owner or admin addresses. Thanks Jochem, Thomas, and Jay. Anybody know Wez Furlong's email address? I had this problem once

[PHP] php-general mailing list active?

2006-08-22 Thread dpgirago
Would someone kindly let me know if there is activity on [EMAIL PROTECTED] I have not gotten posts for a few days now, and I'm having no luck connecting to the help, owner or admin addresses. Thanks, David [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

Re: [PHP] Cookie Variables Maxing Out Using IE6

2006-08-17 Thread dpgirago
On Wed, August 16, 2006 9:00 am, [EMAIL PROTECTED] wrote: > Does IE6 limit somehow/somewhere the number of cookie variables I can > create and store? Richard Lynch responded: > Yes. > > Read the Cookie spec. > > There's no need for any site to ever send more than ONE Cookie anyway. > > Just use s

Re: [PHP] Cookie Variables Maxing Out Using IE6

2006-08-16 Thread dpgirago
> On Wed, August 16, 2006 9:00 am, [EMAIL PROTECTED] wrote: >> Does IE6 limit somehow/somewhere the number of cookie variables I can >> create and store? Richard Lynch wrote: > Yes. > > Read the Cookie spec. > > There's no need for any site to ever send more than ONE Cookie anyway. > > Just use s

Re: [PHP] Re: Cookie Variables Maxing Out Using IE6

2006-08-16 Thread dpgirago
>> Does IE6 limit somehow/somewhere the number of cookie variables I can >> create and store? The following code snippet successfully creates 24 >> cookie variables when run in FireFox, but in IE6 it is limited to 20. I >> can provide the full code with HTML/Javascript if anyone wants to test fo

[PHP] Cookie Variables Maxing Out Using IE6

2006-08-16 Thread dpgirago
Does IE6 limit somehow/somewhere the number of cookie variables I can create and store? The following code snippet successfully creates 24 cookie variables when run in FireFox, but in IE6 it is limited to 20. I can provide the full code with HTML/Javascript if anyone wants to test for themselves.

Re: [PHP] Dynamically assigning var namesi

2006-08-01 Thread dpgirago
Bob Pilly asked earlier today: > Does anyone know if you can assign a new variable name based on the contents of another variable in PHP? If so whats the syntax to do this? $counter = 1; for ($i == 0; $i < 6; $i++) { ${'newVar_' . $counter} = $counter; $counter++; } echo $newVar_1 .

Re: [PHP] Problem with header in an if

2005-03-24 Thread dpgirago
>/* send the errors to the interface and exit*/ >if('' !== $errorsReported){ >for($i = 0; $i < count($errorsReported); $i++){ >echo $errorsReported[$i]; >

[PHP] header('www-Authenticate ...') Problem

2005-02-28 Thread dpgirago
I can't remember where the example below came from, but the event handler for the 're-authenticate' button doesn't allow a re-authentication following a successful login. If you run the code, it allows you to login the first time, or even catch the incorrect password and display via the line wi

Re: [PHP] List gone quiet?

2005-02-25 Thread dpgirago
Nothing on list over night? -- Lester Caine Nope, so I had to do real work this mourning (sic). David

Re: [PHP] Web Browser Timeout on Upload Script

2005-02-23 Thread dpgirago
I think there is a file size argument both in the html form tag and within php.ini (max_file_size...? or something like that). I would try to make both very large, just as a test. Anyway, I had a similar problem that was fixed by playing around with these settings. David "Matt Cassarino" <

Re: [PHP] Writing PNG Images to File from Command Line

2005-02-22 Thread dpgirago
Bret, Richard, Jason, Thank you all for your comments and suggestions. What I had been doing -- using GD to create the image with db data in one file, then calling this file from in another page, seems to have been the culprit in regards to the latency issue. Of note is that this is an intrane

[PHP] Writing PNG Images to File from Command Line

2005-02-22 Thread dpgirago
Howdy, Because of some latency issues in the display of dynamically created PNG images, I've been trying to separate the image-creation process from the image-display process. Essentially, I'm trying to run a cron job that writes a PNG image to file every 5 seconds. The php file pulls data from

[PHP] test

2004-04-08 Thread dpgirago
test post. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php