$url = 'http://example.com/files/opps.mp4'; $headers = get_headers($url, true); if ( isset($headers['Content-Length']) ) { $size = 'file size:' . $headers['Content-Length']; } else { […] See original post by invalid@example.com (Tuhin1234)

hi guys, I have a problem with a contact form. The problems are two. Leaving the html code with identical ids (id = name name = […] See original post by invalid@example.com (alex4xss)