PHP code is displayed in my form field -


is correct if i'm trying date value inside input box? when running page, <?=$todate?> inside box instead of actual date.

$todate=$_request['todate']; 

that how requesting $todate variable.

either turn on short tags in php.ini file, or convert code <?php echo $var;?>... , make sure page being parsed php


Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -