Shopify, Shopify Apps, Magento, WordPress, Codeigniter, Joomla, Big Commerce | PHP
function testf(){ $url = 'http://www.google.com'; $outputfile = "jems.html"; $cmd = "wget -q \"$url\" -O $outputfile"; exec($cmd); echo file_get_contents($outputfile); }
No comments:
Post a Comment