Page 1 of 1

very important

Posted: Wed Apr 06, 2005 5:54 pm
by adelezz
i need any thing that looks like xmlhttp ; xmlhttp used in asp and javascript. the idea from this com is that ,from the server you can send a request for a web page and receive it as a string. ex: .asp page on a server will send "http://www.google.com" then it will receive the main page of google.com and keep this html code in a string. so you can edit this code, then you can echo this html code to your user.
does any one know anything looks like this in php.

Posted: Wed Apr 06, 2005 7:12 pm
by feyd
xmlhttp has nothing to do with php. It's a client-side browser object. PHP is processed server-side (right now.)

If you're talking more about php fetching a page and fiddling with it.. that's been talked about far too many times here. Search.

file_get_contents().


by the way, "very important" tells us nothing. Please work on your topic titles. Your urgency means relatively nothing to us.

Posted: Wed Apr 06, 2005 7:17 pm
by adelezz
you don't know xmlhttp in asp is not my problem.
ex:
http://www25.brinkster.com/adelezz/xmlhttp/geturl.html

Posted: Wed Apr 06, 2005 7:33 pm
by feyd
I think you need to read the documentation on the function I just gave you.

Posted: Sat Apr 09, 2005 7:56 am
by adelezz
ok thx anyway