[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'
> 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
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
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
> 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
>> 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
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.
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 .
>/* send the errors to the interface and exit*/
>if('' !== $errorsReported){
>for($i = 0; $i < count($errorsReported);
$i++){
>echo $errorsReported[$i];
>
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
Nothing on list over night?
--
Lester Caine
Nope, so I had to do real work this mourning (sic).
David
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" <
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
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
test post.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
15 matches
Mail list logo