06-03-2005, 06:48 PM
|
#4 (permalink)
|
|
The Acquainted
Join Date: May 2005
Posts: 106
Thanks: 0
|
sure just add the following lines BEFORE THE ELSE STATEMENT
PHP Code:
elseif($_GET['search']):
echo 'here is the form, please fill it out
Make sure add these lines BEFORE THE ELSE(there are many elses, what i think you got the idea, if not feel free to ask)
AND
replace the echo statement with your search form
__________________
---------------------------
Errors = Improved Programming.
Portfolio
|
|
|