Dear all,
I want to send data to my SMS gateway provider. They give a link where I can send my data. I use 'lynx' to access that link, because I to do a preliminary process for any request to that link. However, I kept receiving 'Permission denied' message everytime I use
system("lynx $my_url");
or
system("lynx [url]http://www.mygateway.com[/url]");
.
I had check the lynx permission and had an access permission.
How can I solve this problem?
Thank you & regards,
Alex Kusuma Tjahjana