amir103
09-23-2007, 01:37 PM
I need a variable, the value of which is in the source code of a separate website on a separate server. What's the best way to get that variable into my code? For example:
source code of http://notmyserver.com is
<html>
hi!
value is 1234
</html>
and a variable on a server which is mine contains the value '1234'.
I don't need to strictly use PHP, any language will do. Thanks!
source code of http://notmyserver.com is
<html>
hi!
value is 1234
</html>
and a variable on a server which is mine contains the value '1234'.
I don't need to strictly use PHP, any language will do. Thanks!