Ben url (http:..../index.html?variable=value), temel şeyler gelen php ile bir değer çekmek için $ _GET işlevini kullanın. Ancak, benim formunda bu değeri kullanmak gerekir.
Tipik olarak, ben kuracak
<?php echo 'value="'.$variable.'"' ; ?>
ya da bu yönde bir şey. Ancak, ben çalışıyorum editörü kullanarak benim form içinde php kullanmak olamaz.
Benim form PHP kullanmadan şeklinde bir değer ayarlayabilir miyim? Eğer öyleyse, nasıl?
Edit: with the CMS editor I'm using you can't store php code to the server. (I'm using FCKeditor. The same used by Dubral). This is a security measure all CMS's use even Wordpress. Basically I want to send/set the value in the form with php. Similar to how javascript does it: document.form.field.value