I want to implement conference call facility in my website using PHP. Could you please suggest me the best way to implement.Thanks in advance.
Look into twilio it provides this functionality in the form of a JavaScript code. The API is fairly simple to use and can very easily be done in PHP as they have fairly good documentation.