Web development is a growing field that involves building and maintaining websites and web applications. You will use programming languagesContinue reading
Are you looking for a way to allow visitors to your WordPress site to contact you? A contact form isContinue reading
Last year was a year of growth and learning for me as I worked towards my goals and pursued newContinue reading
The first time, a week ago, I heard about the chatgpt from New York Times’s technology podcast. I haven’t gotContinue reading
I recently searched how PHP parse_url() function works and found an example on Stackoverflow that caught my eye. Here isContinue reading
Sometimes we need to swap the PHP variables to achieve a specific result. In an old-school way, we define aContinue reading
In this article, learn how to create a simple bash script to automate the creation of n number of files.Continue reading
The array_filter() function is a PHP built-in function introduced in PHP 4. This PHP function is handy for filtering theContinue reading
The array_combine() is a PHP built-in function that combines two arrays. It combines the keys of one array with theContinue reading
PHP’s array_chunk() function divides an array into chunks depending on the parameters passed to it, according to the size andContinue reading