Search found 2 matches

by joebarker99
Sun May 04, 2008 10:25 pm
Forum: PHP - Code
Topic: Minimum number of characters in search form
Replies: 3
Views: 338

Re: Minimum number of characters in search form

Take a look at the strlen() function

Hmmmm, I'm very new to this stuff. Could someone please use the code I posted above to create a code that I can add to this search.php page that will require a minimum number of characters to submit a search? Thanks.
by joebarker99
Sun May 04, 2008 4:19 pm
Forum: PHP - Code
Topic: Minimum number of characters in search form
Replies: 3
Views: 338

Minimum number of characters in search form

I'd like to edit this search page so that the search form requires a minimum number of characters. Can someone help me out or give me a code that I can add to this? Thanks.   <? $lUseAjax=1; $pagename=LA_SEARCH; include_once("header_inc.php");   $searchpage=1; $catid_search = getParamInt(&...