nope.
the problem “solves” when I remove ” from <?php print date(‘Y-m-d’);?>
but I want to see the date 🙂 not “<?php print date(Y-m-d);?> ” in text field…
No need to create a new post… 🙂
Have the same problem…
‘<input type=”radio” name=”stat1″ value=”0″ <?php print $res[“stat_atiduota”]==0?’ checked ‘:’ ‘;?>><font size=”2″>neatiduota</font>
<input type=”radio” name=”stat1″ value=”1″ <?php print $res[“stat_atiduota”]==0?’ checked ‘:’ ‘;?>><font size=”2″>atiduota
</font><input type=”text” name=”stat2″ size=”42″<?php print $res[“atid_data”]==0?’ value=”<?php print date(‘Y-m-d’);?>” ‘:’ value=”‘.$res[“atid_data”].'” ‘;?>></p>’
the problem in the last line…