/ Published in: PHP
Expand |
Embed | Plain Text
home.php: <p><a href="city.php?city=New_York_City">New York</a></p> <p><a href="city.php?city=Boston">Boston</a></p> city.php: OR - home.php: <p><a href="city.php?city=Boston">Boston</a></p> <p><a href="city.php?city=Rockville">Rockville</a></p> city.php:
You need to login to post a comment.
