hi,
I want to create skype user, using skype API. Is there any way to do this in php.
Need urgent reply.
Do you mean Start Skype if it is not started?
If so in javascript it would be:
Skype.Client.Start();
On the Example page under Internet Explorer here:
https://developer.skype.com/Docs/ExamplesClick the Client Example and view source.