Hey guys,
I know my english is far from perfect, but I hope you will unterstand my problem.
I start to work with Skype API and php. I look for a php application where it is possible to make a call to any people and the answere should be some sound, for example a mp3 or any voice.
I started very easy with this code:
<html>
<head>
<title>Skype</title>
</head>
<body>
<h1>Skypeh1>
<p><img src="6er_brandheader.jpg"></p>
<form name="frm">
<p>Nummer/Name:<br><input name="txt_anruf" type="text" size="30" maxlength="30"></p>
</form>
<p><a title="anrufen" href="java script:top.location.href = 'skype:'+ document.frm.txt_anruf.value + '?call'">Anrufen</a></p>
<p><input name="Anrufen" type="button" onClick="java script:top.location.href = 'skype:'+ document.frm.txt_anruf.value + '?call'" value="Anrufen"></p>
<p><input name="Senden" type="button" onClick="java script:top.location.href = 'skype:'+ document.frm.txt_anruf.value + '?sendfile'" value="MP3 senden"></p>
</body>
</html>
But it isn't a php- solution.
Can anybody help me?