Hi Im having trouble getting the content of the file from a url. Here is my code:
$link = file_get_contents("https://website.com/s/File-Name-Ext.xls");
I know the hypens are the one causing the error but I dont know what value to replace on this. Any suggestion will be a big help. Thanks.