The problem is that the php code shows up in the visual editor they use for maintenance (FrontPage). Is there any way to hide it so that it doesn't appear. I've tried using asp-style tags and <script> tags, commenting it with html comments and putting it in as CDATA. Nothing seems to work. I don't want them erasing parts of my code that appear in "Normal" view (which is what you would see if you opened the include in IE).
Also, my code that works for "stickiness" in the <input>s doesn't work in the <textarea>. Any idea why?
Code: Select all
<?php if (isset($_POST['howfound'])) echo $_POST['howfound']; ?>