View Single Post
Old 09-17-2007, 09:04 PM   #7 (permalink)
Haris
The Frequenter
Prolific Welcomer Upcoming Programmer 
 
Join Date: Sep 2007
Posts: 360
Thanks: 24
Haris is on a distinguished road
Default

Quote:
Originally Posted by Wildhoney View Post
Dream up your own real-life examples! Here's one though:

PHP Code:
const DB_USER 'user';
const 
DB_PASS 'pass';
const 
DB_HOST 'localhost';
const 
DB_NAME 'myTable'
I get less dreams than you. :(

Anyways, thanks.
Haris is offline  
Reply With Quote