Jump to content

HTML form with some PHP


georgehowell

Recommended Posts

<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>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.