having trouble with these .php

Aug 25, 2013
38
2
These are showing up as text on the page of my hotel how i labeled it - .php (what it is) line # (what line its on) text (what i see on homepage and my page)

classengine.php

line 107

return $this->mysql['result']($this->mysql['query']($sql, $this->connection), 0);

me.php

line 85

<?php if(mysql_result(mysql_query("SELECT rank FROM users WHERE id = '" . $_SESSION['user']['id'] . "'"), 0) >= 6)

home.php

line 8

<?php if(mysql_result(mysql_query("SELECT rank FROM users WHERE id = '" . $_SESSION['user']['id'] . "'"), 0) >= 6)
 

Users who are viewing this thread

Top