View Single Post
  #2  
Old 9th June 2008, 13:39
fr33bh fr33bh is offline
Senior Member
 
Join Date: Jan 2008
Posts: 15
Default Re: Error [Parse error]
do you have php 5 installed?
line 32 is this:
Code:
public function Freq( $where, $file, $type = '_class.php', $ui = 0 )
and this won't work if you don't have php5...
Reply With Quote