PHP MySQL Database Search Engine With Snippet Highlighting
Recently I decided to write a simple search engine for my new PHP/MySQL blog content management system.
Read MoreRecently I decided to write a simple search engine for my new PHP/MySQL blog content management system.
Read MoreOne of the reasons that I started this blog was to have a place where I could store all of my test applications, useful techniques and code snippets, and most importantly, components that could be re-used with any new websites I might build. I have always wanted to develop the “perfect†form with very secure validation to ensure that only clean data was injected into a MySQL database.
Read MoreThe following example will demonstrate an RSS reader, where the RSS-feed is loaded into a webpage without reloading. When downloading the source code, simply drop the files into a PHP enabled web server directory (I use Wamp Server 2 - its awesome, and very easy to install).