Page 1 of 1

callphp.prg from mod_harbour_master samples (RESOLVED)

PostPosted: Sun Mar 15, 2020 2:56 pm
by Bayron
This is a very simple and interesting example...

Can you, if possible, please share the 2nd file
"getip.php"

so we can see how to make the information available from the other server...

thanks

Re: callphp.prg from mod_harbour_master samples

PostPosted: Sun Mar 15, 2020 4:09 pm
by Antonio Linares
Bayron,

getip.php
Code: Select all  Expand view
<?php
  echo $_SERVER['REMOTE_ADDR'];
?>