Posts tagged as:

database

LIMIT and OFFSET in MS SQL Server

Friday September 22, 2006

How to Hack MySQL Paging Functionality into Microsoft SQL Server Web developers using PHP and MySQL have a crucial piece of functionality that classic ASP developers working with Microsoft SQL Server don’t. It’s pagination. Using MySQL’s LIMIT and OFFSET commands you can very easily add pagination to recordsets that you want to display on web [...]

{ 5 comments }

MySQL Triggers Tutorial

Tuesday September 19, 2006

Jon is one of my developers at work. He recently started a WordPress blog called Rusty Razor Blade. I’m guessing that most of what he’ll be posting is going to be fairly technical stuff about MySQL, LAMP, AJAX, and JSON. So far his first really interesting post is a MySQL Triggers Tutorial. It’s actually a [...]

{ 1 comment }

PHP / DAO

Tuesday October 21, 2003

Code 10x More Efficiently Using Data Access Objects and PHP …

{ 1 comment }

Rotating Ad Banner

Tuesday June 10, 2003

Great tutorial for beginners: Rotating Banner Ads using a Database

{ 0 comments }