Okay, I figured out how to edit the php.ini file (Safari is great)
Grrr!! :mad: I'm getting stressed out, now I got another problem- the page seems to be loading just fine, up until it gets to this peice of code, then it just stops.
<?php
include ('news/news.php');
if (!isset($disp)) {
$disp = 6;
}
$whatsnew = new digiNews($disp);
echo $whatsnew->entries;
?>
But on my host it loads fine. So that means that something is wrong with my local configuration. Any ideas? 🙁