Hey there
I'm wanting to send small segments of HTML to other webpages (in my case IFRAMEs.) Along these lines:
I've been using base64_encode / base64_decode but guessing that this is CPU intensive. Is there any other ways I can encode/decode the content so it can still be transmitted through the URL, but is less CPU intensive?
Cheers
Tama
I do my sums on fingers and thumbs.
I'm wanting to send small segments of HTML to other webpages (in my case IFRAMEs.) Along these lines:
Code:
[URL unfurl="true"]http://www.mysite.com/newpage.php?content=HTMLHERE[/URL]
I've been using base64_encode / base64_decode but guessing that this is CPU intensive. Is there any other ways I can encode/decode the content so it can still be transmitted through the URL, but is less CPU intensive?
Cheers
Tama
I do my sums on fingers and thumbs.