In this tutorial, we would be creating a PHP function that will convert a string to create an SEO friendly URL that can be used on your website. We will also use some predefined PHP functions such...
How to connect to WordPress database
Connect to WordPress database using PHP and MySQL. In PHP, you can connect and modify databases in which MySQL is the most popular database system for this. Database tables hold the data found in ...
How to generate a random string in PHP
In this tutorial, we would be dealing with str_repeat, str_shuffle, and substr to generate a random string in PHP. Random strings can be used in generating things that use random strings such as t...