Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
PHP Search text box
Name: Ledzeplinboy0314 Date: April 30, 2005 at 16:30:51 Pacific OS: windows CPU/Ram: 512
Comment:
Hey! I havent posted in a while, so have a heart.. Ok, I need help with a search text box form on my site. Basically, i made the search box, but how do i get the dang thing to just search my site!!! and then list the results in a seperate page? Let me know if any one knows how, or if they can point me in the right direction! Thanks alot, -Led Zep
Is this hosted on a machine you have control over? I think IIS has this feature built in, although I've never used it myself.
Personally, I just tack on site:mysite.com to the query string and send it to google...You could use the google API if you wanted to get fancy. See how mine works at Sharing Down Syndrome Arizona's homepage. The code is in javascript, so you should be able to see it in the source.
-SN
0
Response Number 2
Name: fambi Date: April 30, 2005 at 23:57:07 Pacific
Summary: Thanks alot shutat but, I'm still having some problems with the code. if I put something in the text box "zipc" then all I get is this error. Notice: Undefined variable: res in C:\wamp\www\search.php ...
Summary: Hi! on my web form I'm using a multiline text box. My problem is that when i save this data in a memo field (MS-Access) it stores only first word of first line, following is the code lines: SQL = "Ins...
Summary: Hi all, I am taking the masked text box for the input of date value. So it work perfectly while entering the data. But when we open the data in edit mode date come out from database but not assign to...