I am getting an unpleasant Parse error and I am kinda a newb so I don't know how to get rid of it. >_<
details.php
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /mounted-storage/home34a/sub002/sc28495-PFEP/www/trackerx/details.php on line 15
And this is what's on line 15 in details.php
ob_start('ob_gzhandler');
download.php
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /mounted-storage/home34a/sub002/sc28495-PFEP/www/trackerx/download.php on line 11
And on that line we find..
$info_hash = (string)$_GET['info_hash'];