Posted by Hilarion on 07/11/05 13:09
> print("change_text(\"english\",\"$myrow[word_english]\")>"); Try this: echo 'change_text( "english", "' . $myrow[ 'word_english' ] . '" )>'; Or check if $myrow[ 'word_english' ] value contains some special chars at the end, which may influence print/echo. Hilarion
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming