Ok then guys, this is embarassing. I am getting this PHP error, already linted, checked code and don't get the answer. Any suggestion?
**Warning**: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in file.php on line **, heres the complete code
<?
session_start();
include 'keys.php';
include 'EpiCurl.php';
include 'EpiOAuth.php';
include 'EpiTwitter.php';
?>
As additional data, it pushes data correctly to databases but interrupts the following part of the code.
UPDATE: The problem was in the "require" files, not in the code I posted, I was using this code: while($results = mysql_fetch_array($results)) {
in where I repeated 2 $results