eric235u
User
 Junior Boarder
| Posts: 5 |   | Karma: 0
|
Re:functions - how to tell one to 'go' - 2007/03/26 06:10
mmmnnn... it seems the easiest and cleanest looking way for me to do this is with an object,
$cleandb = new clean_xpstorrent; $cleandb->cleanup();
i just didn't want to use an 'if' or something as my index.php page is looking kind of scraggly.
|