quote:Originally posted by rav0 So is this PHP: code:echo 'some text'.$variable the same as this JavaScript: code:document.writeln ('some text' + variable)
code:echo 'some text'.$variable
code:document.writeln ('some text' + variable)
code:echo 'some text'.$variable;