georgehowell Posted May 30, 2010 Share Posted May 30, 2010 hi gurus i've got this small problem with this HTML form, that the PHP code is appearing in some of the input-fields unintentionally. Does anyone know how to hide it? thanx, georgehowell [attachment deleted by admin] Quote Link to comment https://forums.phpfreaks.com/topic/203334-html-form-with-some-php/ Share on other sites More sharing options...
trq Posted May 30, 2010 Share Posted May 30, 2010 Is the file this screenshot comes from a .php file? Quote Link to comment https://forums.phpfreaks.com/topic/203334-html-form-with-some-php/#findComment-1065275 Share on other sites More sharing options...
andyhajime Posted May 30, 2010 Share Posted May 30, 2010 Can you paste out the codes instead?... thanks. Quote Link to comment https://forums.phpfreaks.com/topic/203334-html-form-with-some-php/#findComment-1065279 Share on other sites More sharing options...
georgehowell Posted May 30, 2010 Author Share Posted May 30, 2010 Hi thorpe ...Is the file this screenshot comes from a .php file? No, it's in HTML. Quote Link to comment https://forums.phpfreaks.com/topic/203334-html-form-with-some-php/#findComment-1065280 Share on other sites More sharing options...
georgehowell Posted May 30, 2010 Author Share Posted May 30, 2010 <form action="Search.php" method="get"> <input type="text" name="search" class="phpsearch_input" size="18" autocomplete="off" value="<?php echo (isset($_REQUEST['search']))?htmlspecialchars($_REQUEST['search']):'';?>"/> <input type="submit" name="go" value="<?php echo $this->label('Search Site');?>" class="serviceNav_button"/> </form> Quote Link to comment https://forums.phpfreaks.com/topic/203334-html-form-with-some-php/#findComment-1065281 Share on other sites More sharing options...
trq Posted May 30, 2010 Share Posted May 30, 2010 Well. If the file in question contains php code (which it obviously does) it needs to have the .php file extension in order for that code to be executed. Quote Link to comment https://forums.phpfreaks.com/topic/203334-html-form-with-some-php/#findComment-1065480 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.