Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    escape character

    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,

    #2
    Use " instead of '

    Comment

    Working...
    X