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
Post a Comment