old input button:
<input type=submit name=search2 value=Search>
new gif button:
<input type=image name=search2 value=Search src=../images/submit_b.gif width=70 height=17 ALT=Submit>
Code: Select all
<?php
if(isset($_POST['search2'])){
if(isset($_GET['searchcriteria']) && isset($_GET['go'])){
$searchparameter2 = mysql_real_escape_string($_POST['searchparameter2']);
$extype = $_POST['extype'];
$movementtype = $_POST['movementtype']; etc etc etc