Does anyone know or can direct myself to a php audio character output?
For example if i code this and outputs it not only visual but audio also.
$abc = "ABC";
echo $abc;
// or even
$a = "A"
$b = "B"
echo $A . $B;
You get the idea though, any help be much appreciated.
Regards, X