- Impact
- 91
hi
i am a newbie to php..
what i want to do is the following:
i have a php code with if command.. what i want is that if=true then it should play a sound (a midi file)
the code that i have managed to create is this
but the following does not play any sound.. please tell me where i am going wrong..
thanks
i am a newbie to php..
what i want to do is the following:
i have a php code with if command.. what i want is that if=true then it should play a sound (a midi file)
the code that i have managed to create is this
Code:
else
{
echo '<div>' "abcdefg is great person!" '<embed src="infinity.mid" /></div>';
}
but the following does not play any sound.. please tell me where i am going wrong..
thanks















