>
> This is a PHP function that escapes strings so you can output them as a
> JS string. IIRC it assumes you're using single quotes to enclose your
> strings.
>
> /**
> * Function to appropriately escape a string so it can be output
> * into javascript code.
> *
> * @p
> ...
This is a PHP function that escapes strings so you can output them as a
JS string. IIRC it assumes you're using single quotes to enclose your
strings.
/**
* Function to appropriately escape a string so it can be output
* into javascript code.
*
* @param string $stri
2 matches
Mail list logo