Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 136753 bytes) in /home/alien/Desktop/1/scanner.php on line 166
this is 166 line of the PHP code:
$text[$i] = curl_multi_getcontent ($curl[$i]);
is here any way to get around this by emptying RAM or something, sorry I'm not a programmer