Search field

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
delhiris
Forum Commoner
Posts: 33
Joined: Sun Sep 06, 2009 3:57 pm

Search field

Post by delhiris »

Hi
I like to have field for searching the site(but only the site,not whole web).
For example like a1.com.mk
Please tell me some code .
User avatar
papa
Forum Regular
Posts: 958
Joined: Wed Aug 27, 2008 3:36 am
Location: Sweden/Sthlm

Re: Search field

Post by papa »

I can help you with the initial code, but doubt someone will write the entire app for you:

Code: Select all

 
<form>
<input type="text" name="search" value="" /> 
<input type="submit" name="Search" value="Search" />
</form>
 
 
:roll:
Post Reply