View Single Post
Old 2006-01-12, 10:30 AM   #6
Halfdeck
You can now put whatever you want in this space :)
 
Halfdeck's Avatar
 
Join Date: Oct 2004
Location: New Haven, CT
Posts: 985
Send a message via ICQ to Halfdeck
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.
Halfdeck is offline   Reply With Quote