View Single Post
Old 01-14-2013, 09:23 PM   PM User | #4
linek98
New Coder

 
Join Date: Dec 2012
Location: England
Posts: 18
Thanks: 0
Thanked 4 Times in 4 Posts
linek98 is an unknown quantity at this point
Does $words_unedited contains correct string to put into ' '?

In google chrome open tools -> developer tools. New windows will appear, go to resources and find file that contains this JS code. It should say if there was an error. If there was no error then click that button of yours so it executes your JS function and then see if an error occurs.

An easier way to check if this is a syntax error is to change
PHP Code:
$words_unedited $info['cz']; 
to
PHP Code:
$words_unedited "If you can see this then there is a syntax error."
linek98 is offline   Reply With Quote
Users who have thanked linek98 for this post:
cast_no_shadow (01-15-2013)