venomous0x / WhatsAPI

Interface to WhatsApp Messenger
2.59k stars 2.14k forks source link

new to php #893

Open maxnathaniel opened 10 years ago

maxnathaniel commented 10 years ago

Hi all,

I am new to PHP, so I am not sure how to set up the API. Can someone point me to a direction so that I can implement the API?

Many thanks!

mgp25 commented 10 years ago

1- Register number, get wa password. (Get wart or use exampleregister from example folder) 2- use test scripts and see /example folder for more scripts 3- Search issues, there is many information in there.

maxnathaniel commented 10 years ago

hi mgp25,

thanks for your reply.

  1. i got that done
  2. sure, will do
  3. will do that too

just one final question - does it mean i have to upload the php files onto a server in order to use it?

mgp25 commented 10 years ago

Not necessarily. You can use it in Terminal/shell if you have php installed.

ardianys commented 10 years ago

if you want to use it on your PC, it'll need internet connection

maxnathaniel commented 10 years ago

thanks guys.

is it something like this - http://phpshell.sourceforge.net/?

mgp25 commented 10 years ago

http://php.net/downloads.php use google.

maxnathaniel commented 10 years ago

thank you, will try it!