Posted by Jan on 03/03/06 00:43
If I understand correctly, this means that the PHP parser is not loaded
until submit is pressed by the users, given that the cookie part is
done with javascript. Thus we may have a speedy and static HTML form
page where PHP is not invoked until form is submitted. I suppose method
can be submit just as well as post in the example above?
In this scenario I may try out PHP for cookies, and if it's slowing
down the site, try out javascript.
[Back to original message]
|