Here is the site and the file names:
Test Site:
- index.php
- about.php
- services.php

Which example would cause more stress on the server and/or what are the 
advantages, disadvantages to each example?

Example 1
-index.php with these links:
<a href="index.php">Home</a>
<a href="index.php?view=about">Home</a>
<a href="index.php?view=services">Home</a>

With the index.php using a switch statment for the view var and file 
includes.

OR

Example 2
-index.php with these links:
<a href="index.php">Home</a>
<a href="about.php">Home</a>
<a href="services.php">Home</a>

Any help will be appreciated.

-Matt



-- 
Matt Zur
[EMAIL PROTECTED]
http://www.zurnet.com

Need a Web Site??? - Visit... www.zurnet.com

1997 - 2002 - 5th Anniversary!!!


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

Reply via email to