PHP HTTP get contents
function htget($URL) { return file_get_contents($URL) }
Posted by DP Consulting
function htget($URL) { return file_get_contents($URL) }