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

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -