3 Minutes, 13 Seconds to Read In this guide, we’ll show you how to create a phpinfo page to view the current PHP settings for your php host. PHP has many environmental variables that you are able to update as needed. For example, you may need to update your php memory_limit to pre...
If you don’t want yourphpinfopage to be displayed all the time, you can easily disable the file by giving it a different name.phpinfo.php_disabled, for instance. Conclusion There you have it! By finishing this tutorial, you’ve learned how to create aphpinfo.phpfile and how to check ...
How To Create A WordPress Child Theme Using A Plugin Using a plugin is probably the easiest way to create a WordPress child theme. The plugin can walk you through the entire process in simple steps, meaning you don’t need any technical knowledge. In this tutorial, we’ll be working with...
Before we learn how to set up a staging site, let’s go over the ways that you can create one. There are three ways that you can create a new staging site. With a Plugin– You can create a staging site with a plugin such asWP Staging. ...
In this tutorial, we are going to learn file handling in PHP. I'll show you how to create, read, write, and delete files in PHP by using the built-in file handling functions. File handling is...
Part of PHP Collective 88 I am running a website, and there is a scoring system that gives you points for the number of times you play a game. It uses hashing to prove the integrity of http request for scoring, so users cannot change anything. However, as I feared might happen, som...
Before you choose a domain name, you’ll need be sure of the niche you’d like to concentrate on. Selecting a niche area to focus on, is an important task in and of itself. To create a revenue-generating website, you must research the target keyword pool and the niche it is derived...
Before you learn to create a WordPress plugin, it’s worth knowing all it takes. Exactly what the plugin code will look like will depend on your plugin: some are small, with just one plugin file; while others are massive, with multiple include files, scripts, stylesheets, and template file...
Learn how to create a phpinfo() page to retrieve lots of information aboout your environment like version of PHP, extensions in use, EGPCS data, and more.
Part of PHP Collective 138 I am trying to create an hashed password for Laravel. Now someone told me to use Laravel hash helper but I can't seem to find it or I'm looking in the wrong direction. How do I create a laravel hashed password? And where? Edit: I know what the code ...