Page 1 of 1

Sounds in PHP

Posted: Fri Oct 01, 2004 8:11 am
by Stelios
Hi all,

Is there any way I can insert sounds using php? What I mean is that I would like the sounds to play after the user is clicking on the link.

Thanks!!! :D

javascript

Posted: Fri Oct 01, 2004 8:17 am
by phpScott
try javascript as php is server side and doesn't know when you have clicked a link

Posted: Fri Oct 01, 2004 8:19 am
by Stelios
Ok, let me reset my question then,
Is there any way I could make this link as a download link and instead of playing real time, the user can download it?

Posted: Fri Oct 01, 2004 8:35 am
by patrikG
Moved to client-side.

Use the forum-search for this and read viewtopic.php?t=7736&highlight=download+passthru

Posted: Fri Oct 01, 2004 8:42 am
by Stelios
thnx a lot!!!
:)