anyone has a good search engine code?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
shoyle
Forum Newbie
Posts: 21
Joined: Fri Jun 19, 2009 11:01 pm

anyone has a good search engine code?

Post by shoyle »

Hi, im not a php expert or maybe not even a begeiner, does anyone have a search engine code? ive seen some tutorials but most of them have mistakes and stuff...

thanks!! :D
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: anyone has a good search engine code?

Post by requinix »

If you're just a beginner how do you know they have mistakes?

(By the way, learn some SQL and how to use MATCH AGAINST.)
shoyle
Forum Newbie
Posts: 21
Joined: Fri Jun 19, 2009 11:01 pm

Re: anyone has a good search engine code?

Post by shoyle »

tasairis wrote:If you're just a beginner how do you know they have mistakes?

(By the way, learn some SQL and how to use MATCH AGAINST.)

:P Don't worry, I know veeery little but still I'l teach you something:
when you type something on your search engine and it says something like:

Parse error: syntax error, unexpected $end in...

is usually cause there "must" be something wrong with it :D



Now scince this is a php stuff forum I "thought" :roll: I would find someone who can give me a search engine code, I've found many in lots of ordinary tutorials but they dont work very well.. tahts why I came to the "experts..."
Last edited by shoyle on Wed Jun 24, 2009 10:59 am, edited 1 time in total.
Eric!
DevNet Resident
Posts: 1146
Joined: Sun Jun 14, 2009 3:13 pm

Re: anyone has a good search engine code?

Post by Eric! »

Most of the people on here have their own projects to work on and we just volunteer our time to help you fix your problems, not write large applications.

Search engine code is very complicated and not a good project for someone to undertake as a beginner. You could probably pay someone to develop something that will work for your needs, but finding something that will cut and paste and work for your site will be almost impossible.
shoyle
Forum Newbie
Posts: 21
Joined: Fri Jun 19, 2009 11:01 pm

Re: anyone has a good search engine code?

Post by shoyle »

Eric! wrote:Most of the people on here have their own projects to work on and we just volunteer our time to help you fix your problems, not write large applications.

Search engine code is very complicated and not a good project for someone to undertake as a beginner. You could probably pay someone to develop something that will work for your needs, but finding something that will cut and paste and work for your site will be almost impossible.
Mmmm I dont realy want someone to write it for me.. just some copy paste that oviously wont fit perfectly what I need but i can allways watch and do some little changes to it using comon sence..
And I understand people here is busy as well but i will also reply other people cuestions when i get to know php better.. for now i can only ask :D
Last thing... Nothing is too complicated if u're willing to do it... :D
Post Reply