callphp.prg from mod_harbour_master samples (RESOLVED)

mod_harbour is an Apache module that allows to run PRGs directly on the web !!!
Post Reply
User avatar
Bayron
Posts: 815
Joined: Thu Dec 24, 2009 12:46 am
Location: Philadelphia, PA

callphp.prg from mod_harbour_master samples (RESOLVED)

Post 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
Last edited by Bayron on Sun Mar 22, 2020 2:57 am, edited 1 time in total.
=====>

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

FWH12.04||Harbour 3.2.0 (18754)||BCC6.5||UEstudio 10.10||
Windows 7 Ultimate

FiveWin, One line of code and it's done...
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: callphp.prg from mod_harbour_master samples

Post by Antonio Linares »

Bayron,

getip.php

Code: Select all

<?php
  echo $_SERVER['REMOTE_ADDR'];
?>
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply