Saturday, 17 August 2013

php not executed properly

php not executed properly

i have the following code html+php in a .php and the PHP its not executed
properly...
<select id="gender" name="gender">
<option value="Select"><?php echo "Select";?></option>
<option value="Male">Male</option>
<option value="Female">Female</option>
</select>
this is a simple code that i tried to run, but the 'Select' doesn't appeared.
The server accept PHP because i have other scripts that run perfectly.

No comments:

Post a Comment