Hi,
I just installed php 5.2 with IIS on my computer. All works just fine but there is something really strange with my form pages.
When i have a code that looks something like the following my php source becomes visible in the input tag.
Code:
<?php
$myPhpString="this is a string";
?>
<form>
<input value="<?=$myPhpString?>" />
</form>
So in my browser i can see "<?=$myPhpString?>" in my text field instead if seeing "this is a string" in my textfield.
Anyone have any ideas what this could be.
__________________________________________________ ________
This is my junk I'm gona eat it