View Single Post
Old 06-23-2008, 01:37 AM   #4 (permalink)
drewbee
The Acquainted
 
drewbee's Avatar
 
Join Date: May 2008
Posts: 175
Thanks: 9
drewbee is on a distinguished road
Default

Basically though, if you initialize your variables properly your function calls of which get included would automatically set them to 0.

IE
PHP Code:
function myFunc()
{
    
var1 0;
    
var2 0;
    
var3 0;

Send a message via AIM to drewbee
drewbee is offline  
Reply With Quote
The Following User Says Thank You to drewbee For This Useful Post:
Dave (06-23-2008)