Hawkee commented on a Page, url navigation like index.php?id=1  -  Jun 01, 2005

Within each case statement you might want to include the code necessary to generate that page, for example:

case 1:
include(\'home.php\');
break;

This way the code doesn\'t get too confusing. It\'s also a good idea to handle form processing in a similar manner, for example:

$operator = $_POST[op];
switch($operator)
{
case \'save_data\':

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.