Thread: PHP Problem
View Single Post
01-07-2007, 07:27 PM
#4
Paris Holley is offline Paris Holley
Status: Member
Join date: Dec 2005
Location:
Expertise:
Software:
 
Posts: 347
iTrader: 0 / 0%
 

Paris Holley is on a distinguished road

  Old

also here are some more pointers

most servers allow you to do
Code:
<?=$bgcolor ?>
instead of
Code:
<?php echo $bgcolor; ?>
that can save u some space in your file