| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| NamePros Regular Join Date: Jul 2005 Location: U.S.A.
Posts: 655
![]() ![]() | How do i? Okay i want to know how to get like a search thing on my website. ummm a search bar. I just want a google search bar and a search bar for my site. How do i do this. NO ASP. Thanks, -Coolprogram |
| |
| | #2 (permalink) |
| Eating Pie Join Date: Nov 2004 Location: Canada
Posts: 2,267
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Here is the php code followed by html code. Search.php PHP Code: Code: <form method="post" action="search.php"> Search: <input type="text" name="search" value="search"><br> <input type="submit" name="submit" value="Search!"> ????: NamePros.com http://www.namepros.com/programming/130393-how-do-i.html iNod
__________________ I feel old.
Last edited by iNod; 10-09-2005 at 09:59 PM.
|
| |