News

First, create an entry HTML form capable of passing information to a secondary file. Next, create a Hypertext Preprocessor (PHP) file to accept the data and insert it into the database.
An extension is a piece of code written in C or C++ which will be included into the PHP core when PHP starts. Normally, you have some more native functions available after including an extension. PHP ...
Learn how to add non-standard PHP extensions to your pod. Most extensions can be installed without additional configurations. However, some extensions (e.g., oci8 ...
How to Add a Web Form to Facebook. If you have a Facebook Page for your business or organization, you might want to add a Web form to it. Web forms add another layer of functionality to your ...
If you're building NGINX sites, you'll probably need PHP-FPM support enabled. Jack Wallen shows you how.
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.