Use PHP, MySql and Google Map API v3 for displaying data on map
jhnidk - October 12th, 2010 in: Mapping, MySQL, PHP
Displaying data on maps can be useful in many situations.
By integrating tools like PHP, MySQL and Google Maps, you can relatively easy build customized maps for your website or blog.
In this post we’ll take a closer look on the possibilities, and build a interactive map based on PHP, MySql and Google Map API v3.
To see what we’re building, see live example here
Ajax autocomplete with jquery and php
jhnidk - September 14th, 2010 in: jQuery, MySQL, PHP
With a autocomplete script you can make it easier for your users to provide valid input for a from, by providing suggestions as soon as the users starts to type in the first data.
In this post we’ll implement a autocomplete script, that uses jquery, ajax, PHP and MySQL for a smooth and easy to configure autocomplete solution.
Measure PHP page loading time
jhnidk - August 25th, 2010 in: MySQL, PHP
A important part of the users experience, when visiting a website, is the page loading time.
However loading times has been even more important to focus on after the latest updates of the Google ranging algorithm, where slow loading sites will get a penalty, and fast loading sites will get a bonus.
In this post we’ll create a PHP script that can be used to measure the loading time of a PHP page.
Read more »
Create your own RSS feed with PHP and Mysql
jhnidk - July 29th, 2010 in: MySQL, PHP
A RSS feed is a great way of distributing your content to new and existing users. RSS feeds are a fine alternative to email newsletters, since users can read the feeds when they want, and modern feed readers givers the users great overview over many feed sources.
In this post you can learn how easy it is to create a RSS feed with PHP and MySQL
Tagcloud with PHP and MySQL
jhnidk - June 13th, 2010 in: MySQL, PHP
A tagcloud is a great way to illustrate what content on your site is the most popular.
In this post we’ll build a tagcloud script based on PHP and MySQL.
The script uses very basic HTML and CSS that you can easily customize to reflect the look and feel of your site. Read more »
Protect your PHP script from SQL injections in 5 min
jhnidk - April 17th, 2010 in: MySQL, PHP
With SQL injection, people with bad intentions can delete or change content in your MySQL database.
The good news is that there is a simple solution to prevent SQL injections, so there is no excuses not implementing this technique to your PHP scripts asap.
In this post you’ll learn about SQL injections, and how they can be prevented in your PHP scripts.
Read more »
Output MySQL data in columns
jhnidk - March 31st, 2010 in: MySQL, PHP
If you’re going to display a huge number of data from MySQL, a one column list might not be the optimal solution. In some cases, a 2 or 3 column list makes it easier for the user to navigate in the result, and makes the page shorter.
In this guide you will learn how to make a simple php script that can output data into nicely formatted columns.



Recent Comments