<html> <title>Keyword Test Page</title> </head> <body> <?php $CITY=2; $CAT='school'; $MARKET='dallas_tx'; ?> <h4>This page includes keywords.inc for testing with city = 2, category = 'school', and market = 'dallas_tx'</h4> <div style="border:2px solid #aaa"> <?php include('keywords.inc') ?> </div> </body> </html>