CPSC415A
Web Programming

Day 15 Notes

PHP URL Arguments

URL Arguments

print_r($_GET);

String Parsing

print_r(explode(" ", $string));