PhpDig.net

PhpDig.net (http://www.phpdig.net/forum/index.php)
-   Feedback & News (http://www.phpdig.net/forum/forumdisplay.php?f=25)
-   -   New To Script (http://www.phpdig.net/forum/showthread.php?t=2589)

glengall1 09-08-2006 01:30 AM

New To Script
 
Hi there,

I am new to this scroit and it was recommended to me as a good search for my site. Could I ask a couple of questions.

Is this the only search box availbale or can it be smaller?

Does the script index all HTML. I have items that I am selling that have different variables (some 700 variables). These variables will be shown to the customers on an HTML form. Will the script read this and return it as a result. For insatnce if the customer puts in "Cameron" (tartan name) will it have all the pages that "Cameron" is a variable on it indexed and therfore goive the product page it is on as a result?

Thanks for your time and good to meet you all.

Dave A 09-08-2006 09:11 PM

Hi phpdig will do all of what you want it to do, at the present my search has heaps of different type of formats that it has managed to list and specific searches down to product numbers will be able to be read and searched for.

The search box size can be changed quite easily:
<form action='http://www.sitesname/search.php' method='get'>
<input type='hidden' name='site' value='0'/>
<input type='hidden' name='path' value=''/>
<input type='hidden' name='template_demo' value=''/>
<input type='hidden' name='result_page' value='http://www.sitename/search.php'/>
<table cellpadding="2">
<tr>
<td>
<p><strong>Search for:
<input type='text' size='25' maxlength='50' name='query_string' value=''/>
<input type='submit' name='search' value='Search'/>
&nbsp;&nbsp;display
<select name='limite'>
<option selected="selected">10</option>
<option>30</option>
<option>100</option>
</select>
results</strong></p></td>
</tr>
<tr>
<td>
<p>
<input type="radio" name="option" value="start" checked="checked"/>
and operator&nbsp;
<input type="radio" name="option" value="any" />
or operator</p></td>
</tr>
<tr>
<td class="linearGrey">
</td>
</tr>
</table>


Just change the values in bold to alter the search box size.


All times are GMT -8. The time now is 10:03 AM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.