I'm getting this and I'm not sure why?
[21-Feb-2015 01:10:43 UTC] PHP Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 32 bytes) in /home/vcasts/public_html/ajax.php on line 30
Line 30 is..
$users[] = rtrim( fgets( $fp, 32 ) );
Help anyone?