echo ""
."\n\tvar ndata = '".addslashes($data_data)."';"
."\n\tPutCode(ndata);"
."\n";
Try that.
Chris "TunkeyMicket" Watford
TunkeyMicket Productions
www.tunkeymicket.com
- Original Message -
From: "Romulo Roberto Pereira" <[EMAIL PROTECTED
On Thu, 21 Jun 2001, Romulo Roberto Pereira wrote:
> Hello!
>
> The following give me: unterminated string constant (this is a javascript
> error)
>
> when I execute the following:
>
>while ($row = mysql_fetch_array ($data_query_action)) {
> $data_data = $row["data_data"];
>}
>
2 matches
Mail list logo