Quote:
Originally Posted by qwe
gives me this error
Parse error: syntax error, unexpected T_VARIABLE in /www/users/for/multiurl.php on line 3
|
Second Line which is the first line of code needs a ; on the end.
Code:
$urls = file('URLS.txt', FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES);
EDIT: Didn't refresh page and see it had been answered
