Your web page will have a form allowing me to type in any URL. Your mission is to parse web pages looking for for email addresses and urls. Your output should be a web page with clickable links. Each link should either send mail pop up the web address. The body of the link should be the address or url. You should print a count of the total number of links found. There is a list of PHP preg functions at http://www.php.net/manual/en/function.preg-match.php. fopen will retrieve urls, and fread will read them. You can use print_r to print an array or a complex array structure. I will test against http://www.nmu.edu/departments/mathcomscience http://bigbird.lssu.edu/faculty.htm http://skjdfhfhhfh.org/skfhksafjhasfklh.html (and one other secret test case) Due by the time we take the final. This should be a two hour, 25 line project. -Randy