Slip 6 - A) Write a PHP script, which will return the following component of the URL (Using response header) http://www.college.com/Science/CS.php List of Components: scheme,host, path Expected output: Scheme: http Host: www.college.com Path: /Science/CS.php
0 Comments