I am developing an application.Its works with database server via RD. Its working fine.
BUt I must call serveral external server php file like :
www.server.com/h1.php?id=12
www.server.com/h2.php?name=12
The php pages are allways in the same server and I must use them random, like using a function for each
for example :
sub llama1
call www.server.com/h1.php?id=12
end sub
sub llama2
call www.server.com/h1.php?id=12
ens sub
I know I can connect to the server using httpclient but sometimes its not reliable and can fail,
BUt I must call serveral external server php file like :
www.server.com/h1.php?id=12
www.server.com/h2.php?name=12
The php pages are allways in the same server and I must use them random, like using a function for each
for example :
sub llama1
call www.server.com/h1.php?id=12
end sub
sub llama2
call www.server.com/h1.php?id=12
ens sub
I know I can connect to the server using httpclient but sometimes its not reliable and can fail,