View previous topic :: View next topic |
Author |
Message |
crab
Joined: 03 May 2004 Posts: 3
|
|
Back to top |
|
 |
Sigg3
Joined: 03 Jul 2003 Posts: 889 Location: Oslo, Norway
|
Posted: Tue May 04, 2004 9:15 am Post subject: |
|
|
I think it should be index.php?s=etc
This is from Sigg3 dot net:
Code: | <form name="searchform" method="get" action="/index.php">
<input type="text" style="background-color: #3399CC; color: #000000; border: solid 1 black;" name="s" size="15" /><br />
<input type="submit" name="submit" value="roll the dice" /> |
Your page:
Code: | <form name="searchform" action="/index.php" method="get">
<input type="text" name="s" />
<br />
<input type="checkbox" name="sentence" value="1" checked="checked" size="15" /<p><font size="-1">exact sentence </font> </p>
<br />
<input type="submit" name="submit" value="search" />
</form> |
What kind of search thing are you doing here? I mean "exact sentence"?
Try remove it, just for testing.-. _________________ Sigg3.net - You know you're worth it! | b2 Cafelog Resource Center |
|
Back to top |
|
 |
crab
Joined: 03 May 2004 Posts: 3
|
Posted: Fri May 07, 2004 5:48 am Post subject: |
|
|
I'm not sure what happened but it started working. |
|
Back to top |
|
 |
Sigg3
Joined: 03 Jul 2003 Posts: 889 Location: Oslo, Norway
|
|
Back to top |
|
 |
|