Categories: PHP/MySQL
How to run Windows IIS and WAMP server at the same time
When running web services on your local machine, you may encounter a need to run both Windows IIS (typically used for ASP development) and WAMP server (popular for PHP development). While needing to build in ASP may be less common nowadays, you can run both at the same time on your computer and make it happen in practically no time at all. Here's how.
Dynamic navigation with PHP & CSS
One of the key approaches to web site navigation is to make sure your users know where they are moving around your site. One way to achieve this is to highlight the appropriate menu item for the page the user is on. This is easily done with a little CSS and PHP.












