yeah but here is my first index.php page...
<?php
require('ini.php');
?>
This is the first line....
Later on I do a if statement to include one page where I see this error (only this one page....)
Line 10 of the page I get this on is
$result33 = mysql_query ("SELECT * FROM members where username = '$username'");