Thread: Search
View Single Post
  #7  
Old 05-31-2009, 01:49 PM
BMR777 BMR777 is offline
Member
 
Join Date: Jan 2011
Posts: 1,122
Gender: Male
Credits: 10,721
BMR777 is on a distinguished road
Default RE: Search

Just paste this in your template where you want the box to appear:

Code:
<form name="form1" method="get" action="profile.php">
<p> 
    <input name="user" type="text" id="user">
    <input type="submit" name="Submit" value="Find User">
  </p></form>
That will make a search box where the user can type in a profile name and then it will go to profile.php?user=username. :)
Reply With Quote