17.06.2011, 18:53
On my HTTP request, the data that is sent back is my source. In the source, it uses PHP to echo out some text that is produced by javascript.
The data that is given to me is:
etc..
But I want only the text that is echo'd from PHP to display. (Like it does when I go to the page manually). How can I do that?
Thanks.
The data that is given to me is:
Код:
<html> <head> <script type="text/javascript"
But I want only the text that is echo'd from PHP to display. (Like it does when I go to the page manually). How can I do that?
Thanks.