What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » HTTP/HTML questions

HTTP/HTML questions
Author: Message:
fluffy_lobster
Veteran Member
*****

Avatar
Posts: -2

Posts: 1391
Reputation: 23
36 / Male / Flag
Joined: Nov 2002
RE: HTTP/HTML questions
The following code:
code:
$i = 1;
while($i < 100000){
$string .= '<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<';
$i++;
}
$string = htmlspecialchars($string);
Took 0.65 seconds on my server.  Bearing mind that it does 100,000 concatenation tasks before parsing the 3mb string that contains nothing but html special characters, it's not a difficult or time consuming business.
11-04-2004 07:39 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
HTTP/HTML questions - by Millenium_edition on 11-04-2004 at 01:35 AM
RE: HTTP/HTML questions - by fluffy_lobster on 11-04-2004 at 04:38 PM
RE: HTTP/HTML questions - by Millenium_edition on 11-04-2004 at 05:58 PM
RE: HTTP/HTML questions - by WDZ on 11-04-2004 at 06:08 PM
RE: HTTP/HTML questions - by Millenium_edition on 11-04-2004 at 06:17 PM
RE: HTTP/HTML questions - by WDZ on 11-04-2004 at 06:33 PM
RE: HTTP/HTML questions - by fluffy_lobster on 11-04-2004 at 07:39 PM
RE: HTTP/HTML questions - by Millenium_edition on 11-05-2004 at 01:40 AM
RE: HTTP/HTML questions - by RaceProUK on 11-05-2004 at 02:09 AM
RE: HTTP/HTML questions - by Millenium_edition on 11-05-2004 at 02:21 AM
RE: HTTP/HTML questions - by RaceProUK on 11-05-2004 at 10:32 AM
RE: HTTP/HTML questions - by Millenium_edition on 11-05-2004 at 11:54 PM
RE: HTTP/HTML questions - by WDZ on 11-06-2004 at 05:35 AM
RE: HTTP/HTML questions - by -dt- on 11-06-2004 at 09:13 AM
RE: HTTP/HTML questions - by Millenium_edition on 11-06-2004 at 11:24 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On