HI,

Is this possible?

SERVER1 with PHP.... some file with name xTest.php
xTest.php:
<? echo("Hi from SERVER1"); ?>

SERVER2 without PHP.... some file with name file1.html
file1.html:
<html>
  <body>
Server1 is saying : ?????
  </body>
</html>

How can I make HTML file (on SERVER2) say 'Server1 is saying : Hi from
SERVER1'?

TIA
Matjaž Prtenjak




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to