View Single Post
  #45 (permalink)  
Old 11-07-2007, 05:24 AM
Jeyaseelansarc Jeyaseelansarc is offline
D-Web Genius
 
Join Date: Mar 2007
Location: Chennai
Posts: 1,162
Jeyaseelansarc is on a distinguished road
Send a message via AIM to Jeyaseelansarc
Default Re: PHP Optimization Tips

- $arr[‘id’] works much more faster than $arr[id]
- if you need to print a bigger piece of text without PHP variables just exit PHP (?>) and enter it when you need it again (<?php).
__________________
With,
J. Jeyaseelan

Everything Possible
Reply With Quote