From: Dynomite <dyn...@us...> - 2001-11-20 21:30:41
|
Alextxm, I noticed you added a global call for the modification you made to the links.php file. Was wondering if an include config.php vs. the global call would be better or not. What's your opinion? Or logic...curious for my own future implementations. Because the global call will take up memory while an include for the variable you added would only last for the time of the function. Didn't take a deep look into it, but just curious. Tat |