FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index mod_harbour callphp.prg from mod_harbour_master samples (RESOLVED)
Posts: 883
Joined: Thu Dec 24, 2009 12:46 AM
callphp.prg from mod_harbour_master samples (RESOLVED)
Posted: Sun Mar 15, 2020 02:56 PM
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

=====>

Bayron Landaverry
xBasePHP.com
(215)2226600 Philadelphia,PA, USA
MayaBuilders@gMail.com
Guatemala

FWH25.06--Harbour 3.0.0--BCC7.7--UEstudio 10.10
Windows 10

FiveWin, One line of code and it's done...

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: callphp.prg from mod_harbour_master samples
Posted: Sun Mar 15, 2020 04:09 PM
Bayron,

getip.php
Code (fw): Select all Collapse
<?php
  echo $_SERVER['REMOTE_ADDR'];
?>
regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion