This is a discussion on "search engine help" within the Databases section. This forum, and the thread "search engine help are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
search engine help
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
search engine help
Hello all
I have not posted in a long time on this forum. So here it goes. I have created a database in MySQL and have done an index of it as well. What I would like to do is now create a search engine for it. These are the languages I know Java (introduction), HTML(forwards and backwards), SQL (intro), Basic(intro), PHP (basic knowlegde), Javascript(basic knowlegde), CSS (a little bit more then intro), I just started Ajax and there is more but I can't remeber at this time. From what I have read about Ajax I think for the design of the page that this is the best one to go with. And from what I know of sql and php these should be the best ones to use for the back bone of the search engine. Please if I am wrong in the chooses of languages please says so. The problem I am having is I have no clue how to setup the query in sql for the search egine because I don't know how to get the user input into a varible. and what to do with the PHP if anything. So if I am may get some help with this that would be a great help. For those that do help me ur name will be on the credits page under the area of the page that u were able to help me with. Thank u in advanced for all ur help. P.S Sorry about the spelling. |
|
|
|
|||
|
Re: search engine help
I am a Microsoft guy but just wanted to say AJAX is not a language its a technology. If you are doing PHP I assume your web pages would be written in PHP -> outputting HTML. AJAX would be implemented with the combination of PHP code and JavaScript.
Hope that helps a little? |
|
|||
|
Re: search engine help
Thank u and u are right. My pages at this moment are writen in HTML and CSS.
|
|
|||
|
Re: search engine help
Cool logo!
|
|
|||
|
Re: search engine help
thank u
|
|
||||
|
Re: search engine help
Oh, and don't forget, it's a good idea to use unobtrusive JavaScript and a real destination in the action form attribute so the search function still works if user has JavaScript disabled.
|
|
|||
|
Re: search engine help
There are a number of 'ready to roll' php search engines scripts freely available that you can embed into your site.
Google for them and have a look at which best suits your needs. |
|
|||
|
Re: search engine help
I have and they are not that great because they do not work. Building ur own is a lot better because then u know what is happening and if something goes wrong then u know how to fix it.
|
|
|||
|
Re: search engine help
I couldn't agree more but how good is your php for coding this sort of application?
|
|
|||
|
Re: search engine help
I am working on learning PHP.
|
|
|||
|
Re: search engine help
Then I think you should bite off a smaller project to gain familiarity before thinking of building your own search engine.
Having said that, it depends on the sort of complexity you had in mind. E.g., if you were only searching one field within a database table then that is hardly worthy of the term. Full text searching on the other hand is a different story. |
|
|||
|
Re: search engine help
titles of periodicals and the database is setup so that a user can search for film, articles and other things like that it is for a libaray to put a periodicals search online.
|
|
|||
|
Re: search engine help
Could you reword that last post? Are you saying yoou want full text searching?
|
|
|||
|
Re: search engine help
ive coded 2 search engines for my websites. Considering that both of them were extremely database data heavy, it was relatively easy.
i allowed for category based searching, and each category matched a table of userrs or webpages or write ups. whatever it was.
__________________
www.MonsterCoding.com - Website Programming and Development Services |
|
|||
|
Re: search engine help
Quote:
|
|
||||
|
Re: search engine help
Jack, my advice is to learn some more sql and php before you even breathe the word "Ajax". It sounds like you're not even perfectly clear on the difference between searching a database -- pretty basic and really just using php to access the database and sql commands -- and doing a text search on a website, which is a bit more complex, since you don't have the built-in search technology provided by a good SQL program.
(BTW, there actually is a fully functional third party plug-in text search script if you don't mind using Google. It may not be exactly what you want, but it does work.) As for Ajax -- well, all I can tell you is my personal experience, which is that learning "XML" is harder than php and mysql combined, and learning a lot about XML won't even get you to Ajax (which has a javascript core, really). Moreover, it's really a nice gimmick, but for building a website like yours has nothing approaching the importance of a workhorse serving scripting language like PHP, and a basic database program like SQL. You can be the hottest Ajax programmer on the planet and you're still going to need PHP and SQL, just like you need to have HTML before you can use PHP. |
![]() |
| Tags |
| ajax, css, html, java, javascript, mysql, php, search engine, sql |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Search engine help | thewebkid | Search Engine Optimization (SEO) | 10 | Oct 30th, 2007 13:19 |
| what is a search engine?! | ssartera | Starting Out | 5 | Jan 16th, 2007 05:11 |
| 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 |