Page 1 of 1

How to Implement API Commands in PHP!!!

Posted: Mon Jun 29, 2009 2:17 am
by semmal
Hi,

I like to implement API commands in PHP code and then pass values to the server in XML using HTTPSPOST.

Can anyone plz help!...................

Re: How to Implement API Commands in PHP!!!

Posted: Mon Jun 29, 2009 3:21 am
by requinix
Be more specific. Contrary to popular opinion we are not psychic here.

Re: How to Implement API Commands in PHP!!!

Posted: Mon Jun 29, 2009 3:46 am
by semmal
Plz tell me how to implement an API Command in a PHP Code!

Re: How to Implement API Commands in PHP!!!

Posted: Mon Jun 29, 2009 5:30 am
by onion2k
That's actually less specific than your opening post. You need to explain what you want to do in more detail. What sort of API are you making? What code have you written so far? Is there a requirement for security? Rate limiting? API Keys? And so on..

Re: How to Implement API Commands in PHP!!!

Posted: Mon Jun 29, 2009 6:03 am
by semmal
Sir,

I have to create a Client API for posting Resumes to the postingengine. I have to get the Resume values as input from the user or from the database and must post the values in XML using HTTPSPOST using PHP. I have been the Client API Information already available in a website. In this new Client API, I have to use the same API Commands used in another website.

Presently, I have written the PHP code for passing the values in XML without using any API Commands. But, I get an error message as "BAD REQUEST".

Plz help me...........