archivo remoto

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
nelstu
Posts: 60
Joined: Mon Jul 30, 2012 10:41 pm

archivo remoto

Post by nelstu »

Hola

tengo un archivo php en una maquina remota

en mi app en minigui necesito ejecutar ese archivo

es posible hacerlo sin un webservice?

cuando utilizo execute file ".....archivo.php?..." hide lo hace pero me abre el navegador y necesito que no lo haga

alguna idea?

slds

Nelson Stuardo
edk
Posts: 911
Joined: Thu Oct 16, 2014 11:35 am
Location: Poland

Re: archivo remoto

Post by edk »

Hi Nelson.
Try the method described here:
http://hmgforum.com/viewtopic.php?f=9&t=586#p3908
As cUrl specify the file path of the .php file, example:

Code: Select all

cUrl:="http://hmgforum.com/viewtopic.php?f=9&t=586#p3908" 
as cLocalFileName specify the file name where the host response will be stored.

Edward.
Post Reply