View Single Post
Old 01-18-2008, 07:29 PM   #6 (permalink)
sketchMedia
The Prestige
Advanced Programmer Top Contributor Good Samaritan 
 
sketchMedia's Avatar
 
Join Date: Oct 2007
Location: Manchester, UK
Posts: 854
Thanks: 32
sketchMedia is on a distinguished road
Default

that code snippet can be made shorter i believe:
PHP Code:
ob_start(); 
require 
$template_file
echo 
ob_get_clean(); //(or return) 
ob_get_clean() executes both ob_get_contents() and ob_end_clean() automatically
__________________
mysql> SELECT * FROM `users` WHERE `users`.`clue` > 0;
Empty set (0.00 sec)
sketchMedia is offline  
Reply With Quote
The Following User Says Thank You to sketchMedia For This Useful Post:
Orc (01-18-2008)