OZONE Asylum
Forums
CSS - DOM - XHTML - XML - XSL - XSLT
XML imports accross domain
This page's ID:
28336
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
Uh, of course fetchRemoteURL needs to be coded by you :). here's a very simple implementation, it might be enough, or it might not. [code] function fetchRemoteURL ( $strURL ) { $strResult = ''; $fh = fopen ( $strURL, "rb"); if ( $fh ) { while ( !feof ( $fh ) ) $strResult .= fread ( $fh, 8192 ) ; } return $strResult; } [/code] But of course it's not tested or anything. So long, ->Tyberius Prime
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »