This is a discussion on "[SOLVED] Search engine links" within the PHP Forum section. This forum, and the thread "[SOLVED] Search engine links are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
[SOLVED] Search engine links
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
[SOLVED] Search engine links
Anyone now any good search engine tutorial websites??? I have never found it hard to find anythink on google butthis has put me through my paces!
I have found a few and there is either a bit of code with no form, or loads of code without the use of lamens terms & still no form, just a good old tutorial... Alex geek sent me a good one, but i found it a little bit difficult to understand, there was no form or database to give me a idea of how it works!! Any help would be great!!! |
|
|
|
||||
|
Re: Search engine links
I found this: http://www.roscripts.com/PHP_search_engine-119.html useful. Hope you do too.
|
|
|||
|
Re: Search engine links
I've never understood why you would write your own search engine, when you can just use Google CSE.
You're most unlikely to create as effective a search engine as Google. |
|
||||
|
Re: Search engine links
Because google's search engine can take days to index a new page.
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
|||
|
Re: Search engine links
Quote:
I suppose this could be important for large news sites, but most people can surely wait a few days. |
|
||||
|
Re: Search engine links
Me personally? Nope. I'd rather do the search function myself and it be there as soon as I post it.
Plus this is experience!
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
|||
|
Re: Search engine links
Perhaps if I were skilful with PHP, I'd see this differently.
But in any case, I'd trust Google to do a much better job than I ever could. |
|
|||
|
Re: Search engine links
Hey thanks guys, i had a bit of a moan on my last post & felt a little ashamed when i re-read it today, i have put myself through stress trying to learn two quickly!
I hope you all accept my appologies, am normally a very placid fella, thank you everyone for your help!! |
|
|||
|
Re: Search engine links
Cheers Ad-wrock for the help but the link is the same one Alex sent me, am abit unsure of what to do with the tutorial found on the link:
Is there a form to go with it Adrock/Alex? What type of database does it require to use it? I heard that MYISAM database needs to be used when u make use of a search engine is this wrong? Why couldnt the man who madethe tutorial provide a form & databse for novice learners to go with the code explanation. I agree with Alex geek about the google search engine, i heardthere is a possible privacy factor involved when using there search engine, besides i only like using what i have created. |
|
|||
|
Re: Search engine links
Quote:
Other than that, Google will be indexing your pages anyway; that's how people find your website! So what's the privacy issue? |
|
|||
|
Re: Search engine links
Google are a very nosy franchise m8t, but i get your drift, at least you tried to help & repleyed! have you noticed this forum is turning into tit for tat argument zone for smarty pants fighting to be the top geek?
You post a question and get email disturbed in the hope that someone has help for your problem, and it just turns out to be anouher let down of tit 4 tat bithing between other members.. Its not right i say I used to love this forum when i first joined, infact i learnt load from it, especially from Rakuli, Dont no whats going on here latley do... |
|
|||
|
Re: Search engine links
didnt you have any joy with the script I sent you.
|
|
|||
|
Re: Search engine links
Yer i got it working thanks again for that mate, just had problems optimising the results to display a little better!!!
|
|
|||
|
Re: Search engine links
For anyone needing a php search engine to adapt from with the form, so you can get to grips with how it all works then here it is.
This search engine was built by myself & the very helpfull dab42pat, i hope this helps someone out Search engine & form below:
Here is the database i used to: CREATE DATABASE IF NOT EXISTS dbsignup; USE dbsignup; CREATE TABLE `customer` (`customer_id` INT( 3 ) NOT NULL AUTO_INCREMENT, `first_name` VARCHAR(30) NOT NULL , `last_name` VARCHAR(30) NOT NULL , `address` VARCHAR(70) NOT NULL , `city` VARCHAR(40) NOT NULL , `area` VARCHAR(50) NOT NULL , `email` VARCHAR(70) NOT NULL , `phone` int(20) NOT NULL , `user_name` VARCHAR(30) NOT NULL , `password` VARCHAR(30) NOT NULL , `work_location` VARCHAR(60) NOT NULL , `agency_name` VARCHAR(70) NOT NULL , `agency_number` VARCHAR(30) NOT NULL , `skills` VARCHAR(500) NOT NULL , `about_me` VARCHAR(500) NOT NULL , `myspace_address` VARCHAR(50) NOT NULL , `hotmail_yahoo_address` VARCHAR(50) NOT NULL , `gender` VARCHAR(10) NOT NULL , `age` VARCHAR(3) NOT NULL , `height_one` int(20) NOT NULL , `height_two` int(20) NOT NULL , `build` VARCHAR(20) NOT NULL , `eye_colour` VARCHAR(20) NOT NULL , `hair_colour` VARCHAR(30) NOT NULL , `desired_work` VARCHAR(100) NOT NULL , `image_one` VARCHAR(10) NOT NULL , `image_two` VARCHAR(10) NOT NULL , `image_three` VARCHAR(10) NOT NULL , `image_four` VARCHAR(10) NOT NULL , UNIQUE ( `customer_id` ) ); Cheers! |
|
||||
|
Re: [SOLVED] Search engine links
Well done, longstand! Sorry if we weren't so helpful at times. But the best way to learn is to do it yourself....
Thanks 4 posting your solution!
Last Blog Entry: 10 Reasons Why My Laptop Is Better Than Your Girlfriend (Dec 15th, 2007)
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Search Engine Help | Dogcheese | Search Engine Optimization (SEO) | 25 | Dec 2nd, 2007 21:19 |
| Search engine help | icepick | Search Engine Optimization (SEO) | 12 | May 18th, 2007 19:51 |
| Search Analyst/Account Executive/SEO/PPC/CPC/Search Engine Optimisation/Pay per Click/London | Web JobBot | Job Opportunities | 0 | Nov 22nd, 2006 10:20 |
| SEO/PPC/Search Engine Optimisation/Pay Per Click/Campaigns/Online/Marketing/Agency/Analyst/Search/Manager/Executive/Manchester | Web JobBot | Job Opportunities | 0 | Nov 17th, 2006 11:11 |
| hello everyone . search engine help? | zifzaf | Introduce Yourself | 4 | Nov 10th, 2005 09:25 |