Hi oast,
I have a script similar to that also. My script deals with over 3000 links. When I used to run an include I'd write something along the lines of:
<?php
require_once("/configfile");
$links = new links(15, "amateur sites");
$links->draw();
?>
But now I'm trying to avoid dynamicly generating those, unless absolutely necessary.
__________________
Success is going from failure to failure without a loss of enthusiasm.
|