leemyers Posted October 17, 2010 Share Posted October 17, 2010 Please could some help me with my API call in PHP, I have command line to call my server Example: http://BACKUP_SERVER/obs/api/AuthUser.do?SysUser=system&SysPwd=system&LoginName=test&Password=test Note :- the SysUser and SysPwd is the "admin" username and password of my backup server. ( it would be good if i could somehow hide is with in the api call) 1) how can i write this into a php file? 2) also is it possible to create a signup form so the end user can enter there own username and password. any help on this would be great. P.S here is the full guide to my backup software - http://www.123-backup.com/obs-admin-guide.pdf page 69 is where how to do api's are. Lee Link to comment https://forums.phpfreaks.com/topic/216090-api-call-help/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.