How can i call the remote html page from php and get back the result of
javascript
which was calculated in that html
remote.html
<html>
<body>
<script language="javas cript">
document.write( "Hello World" );
</script>
</body>
I just want to get "hello world" from sayhello.php
javascript
which was calculated in that html
remote.html
<html>
<body>
<script language="javas cript">
document.write( "Hello World" );
</script>
</body>
I just want to get "hello world" from sayhello.php