Page 1 of 1
Send Parts of the File
Posted: Sun Jun 18, 2006 3:19 pm
by tecktalkcm0391
Is there a way to send part of the HTML and then send the rest, after it is processed by PHP, this would speed up the pages by displaying what it sends as it sends it, as it processes it.
Re: Send Parts of the File
Posted: Sun Jun 18, 2006 3:46 pm
by aerodromoi
tecktalkcm0391 wrote:Is there a way to send part of the HTML and then send the rest, after it is processed by PHP, this would speed up the pages by displaying what it sends as it sends it, as it processes it.
Even though there is no such thing as a "standard" php script, I'd say a moderate script (with database routine) takes usually far less than half a second to parse (in a shared hosting environment). So speed shouldn't really be an issue.
Marc
Posted: Sun Jun 18, 2006 3:53 pm
by tecktalkcm0391
yeah I was just wondering how on
http://24.60.5.106/upload.php
(user: admin | pass: test ) it shows top half of the page then the rest (or atleast on my computer)