The Css Bug

Wamp wamp

With the lunch of the 4th edition of the “Build Your Own Database Driven Web Site Using PHP & MySQL” book, the SitePoint team starts by offering a superb free tutorial on installing the WAMP platform.
WampServer (where Wamp stands for Windows, Apache, MySQL, and PHP) is a free, all-in-one program that includes built-in copies of [...]

If you are in a shared server environment, and you don’t have access to the php.ini file,  or you want to set php parameters on a per-site basis, you can use the .htaccess file (when running on an Apache webserver).
For instance, in order to change the max_execution_time value, all you need to do is edit [...]