Home > MySQLi
Permalink to Store Multiple Values In A Single Row MySQL – Revisited

Store Multiple Values In A Single Row MySQL – Revisited

by on 01.07.2011 | 31 comments

I originally wrote a post about 2 year ago explaining how to store multiple values in a single MySQL row. Now I have more experience with PHP/MySQL I have decided to revisit this topic to clear up any confusion about the method that should be used.

Permalink to Using PHP & MySQLi With A MySQL Database Part 2

Using PHP & MySQLi With A MySQL Database Part 2

by on 04.29.2010 | 3 comments

Continuing on from the last post which covered the basics of connecting to a database using MySQLi, we are going to look at inserting, updating & deleting data. Finally we are going to look at some of the miscellaneous features of MySQLi.

Permalink to Using PHP & MySQLi With A MySQL Database Part 1

Using PHP & MySQLi With A MySQL Database Part 1

by on 04.28.2010 | 23 comments

Learning how to connect to a MySQLi database is pretty much an essential part of learning PHP in today’s database heavy web development scene. Here is a small tutorial to teach just how it’s done.

Permalink to Creating A Wikipedia Style Search

Creating A Wikipedia Style Search

by on 02.18.2010 | 1 comment

So you want to create an intelligent search for your website? By intelligent you are, of course, talking about the way Wikipedia sends you to the correct page should an exact match be found. Well you’re in luck, here is an easy way to do it using PHP & MySQLi.