tlchost
Verified User
- Joined
- Apr 4, 2007
- Messages
- 320
As loath as I am to admit it, I must have a mental block about the API syntax. I see many posts with things like:
CMD_API_DATABASES
no parameters:
lists the databases with encoded url: list[]=username_db1&list[]=username_db2
action=create
name=dbname (username_ will be added)
user=user (username_ will be added)
passwd=pass
passwd2=pass
action=delete
select0=username_dbname
(select1=username_db2, etc...)
I think I would call this by mydomain.com:2222/CMD_API_DATABASES
But then what?
Is there a tutorial for the API stuff? If not, can someone point me to an API call that shows how I pass the information above and one that uses a webform for input?
Thanks...it's bad enough not understanding what everyoine else does, it's even worse to admit it in public.
CMD_API_DATABASES
no parameters:
lists the databases with encoded url: list[]=username_db1&list[]=username_db2
action=create
name=dbname (username_ will be added)
user=user (username_ will be added)
passwd=pass
passwd2=pass
action=delete
select0=username_dbname
(select1=username_db2, etc...)
I think I would call this by mydomain.com:2222/CMD_API_DATABASES
But then what?
Is there a tutorial for the API stuff? If not, can someone point me to an API call that shows how I pass the information above and one that uses a webform for input?
Thanks...it's bad enough not understanding what everyoine else does, it's even worse to admit it in public.
