Browsing articles for: September, 2008

Permalink to Storing Multiple Values In A MySQL Database

Storing Multiple Values In A MySQL Database

On 09.14.2008 by Paul Robinson | no comments

So after a little rest from coding I’m back with this little conundrum that hit me about 4 or 5 year ago, but seems to have come back to haunt a lot of people recently. The problem is storing multiple values in one field when using a MySQL database. The project I worked on all [...]

Permalink to Codeigniter Tutorial: Selecting A Random Row Every Day From MySQL & Not Repeating It

Codeigniter Tutorial: Selecting A Random Row Every Day From MySQL & Not Repeating It

On 09.03.2008 by Paul Robinson | 2 comments

So I am doing a little project that I am thinking of implementing over at Celeb O Rama. Basically it’s a poll, but one of the features the poll has is that it will change randomly every day. I have found lots, and lots of people asking how to do daily polls or pictures so [...]