--- Stevie D Peele <[EMAIL PROTECTED]> wrote:
> Can someone spot what Is wrong with my code?

It is about 200 lines of redundant crap and posted to a mailing list?

Please be considerate and try to narrow your code down to the smallest case
that demonstrates the problem. We are not here to debug your code. Your code
can be summarized as:

<?
switch ($_GET['id']) 
{
     default:
          $include = '/includes/index.html';
          break;
}
include ($include);
?>

Does this code have the same problem in your environment? Are you saving files
with \n\r line termination and trying to execute the code from a Unix
environment?

Chris

=====
Become a better Web developer with the HTTP Developer's Handbook
http://httphandbook.org/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to