News

How to Use Index.Php Instead of Index.Html. The PHP engine lets you create dynamic Web pages. PHP also reads HTML, so you can save an HTML file with a PHP extension and upload the new file to your ...
Here's a quick tutorial on how to setup Nginx with PHP support. The key? The installation of fastCGI, aka PHP-FPM, so Nginx can serve PHP files to clients.
How to Call a Stored Procedure From PHP in MySQL. Stored procedures provide PHP programmers with pre-programmed database applications that retrieve and edit MySQL records. Stored procedures let ...
well i run a CSS style site and i was wondering if therre was a way to setup a particular room in my forums to show up inside the main section of the site to make a ...
Open the php.ini file in a text editor like TextPad (not in Notepad) and change the values for memory_limit. By default you should see memory_limit = 8M. Try changing it to 12M. If it doesn’t ...
If you're building NGINX sites, you'll probably need PHP-FPM support enabled. Jack Wallen shows you how.
Learn how to troubleshoot Apache 2 when it's not executing PHP files with this easy-to-follow, step-by-step tutorial.