09-17-2007, 09:02 PM
|
#6 (permalink)
|
|
La Vida es Sueño
Join Date: Sep 2007
Location: Oldham
Posts: 2,215
Thanks: 90
|
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';
__________________
The man who comes back through the Door in the Wall will never be quite the same as the man who went out.
|
|
|