hi, I need to make it work the following code:
isc.say('<?php echo $textos[6];?>')
the problem is $textos[1]="your mother's name"
so, the character ' cause javascript error.
how should I make it work?
regards,
isc.say('<?php echo $textos[6];?>')
the problem is $textos[1]="your mother's name"
so, the character ' cause javascript error.
how should I make it work?
regards,
Comment