Search Engine Optimisation Is All About Quality Many people still believe that SEO is about tricks and ways of manipulating the search engines, but it’s not. Its about quality. It’s about making your website a useful, interesting and / or funny resource. Yes you need to have an idea what search engines are looking for, what [...]
Continue reading...Wednesday, August 27, 2008
This tutorial will show you how to make a simple PHP and MySQL search engine. The first thing you will need to do is make a database in MySQL, CREATE TABLE `searchengine` ( `id` INT NOT NULL AUTO_INCREMENT , `pageurl` VARCHAR( 255 ) NOT NULL , PRIMARY KEY ( `id` ) ) ENGINE = MYISAM Run this as a SQL query and [...]
Continue reading...
Tuesday, September 23, 2008
0 Comments