What's wrong with this code?
- by Gabriel A. Zorrilla
$code = $_POST['code'];
echo "<script language='javascript'>
document.getElementById('code').value = $code </script>";
I tried '$code', "$code","..." + "%code + "...", and i cant change the textfield's value to the PHP value.
Mmm!!!