Ben de bazı JavaScript kodu ile bir PHP sayfası var, ama aşağıda bu JavaScript kodu çalışmak için görünmüyor, ya da belki bir yol gidiyorum!
Ben böyle bir şey çalışıyorum:
var areaOption=document.getElementById("<?php echo @$_POST['annonsera_name']?>");
areaOption.selected=true;
Ayrıca ben denedim, ama bu sadece bir BOŞ uyarı kutusu uyarır:
alert (<?php echo $test;?>); // I have tried this with quotes, double-quotes, etc... no luck
Burada tamamen yanlış düşünüyorum?
UPDATE
Bazı PHP kodu:
<?php
$test = "Hello World!";
?>