PHP Beginners

User Login Form Validation using Ajax in PHP

To create User Login Form Validation using Ajax in PHP, first, we create major files which we connected to...

Feb 24 · 1 min read >

Check If String Contains Exact Match in JavaScript

To Check If String Contains an Exact Match in JavaScript, we use 2 methods where we use two main...

Feb 20 · 1 min read >

Detect URL Change in JavaScript Without Refresh

To Detect URL Change in JavaScript Without Refresh we use MutationObserver() function. And JavaScript location.href functionality. Before we go...

Feb 16 · 53 sec read >

How to Convert Number to Words in PHP Ajax

To Convert Number To Words in PHP Ajax, we use numfmt_create() and numfmt_format() function. Both functions are inbuilt PHP...

Feb 12 · 1 min read >

Set DateTime With FileName While Uploading in PHP

To Set DateTime With FileName While Uploading in PHP here is only 3 steps to append a timestamp to...

Feb 11 · 1 min read >

Convert String to Array in PHP Without Explode

To Convert String to Array in PHP Without Explode we use for loop to count the number of words...

Feb 4 · 1 min read >

Get Second And Third Word from Strings in PHP

To Get Second And Third Word from Strings in PHP we use PHP’s inbuilt function named as explode() function....

Feb 2 · 1 min read >

Get Current City State and Zip Code Using PHP

To Get Current City, State, and Zip Code Using PHP using PHP, we use IP Geolocation API to get...

Jan 24 · 1 min read >

How to Encode and Decode Image Path in PHP

To Encode and Decode Image Path in PHP, we use 3 main PHP inbuilt functions, file_get_contents() Function: The file_get_contents()...

Jan 21 · 1 min read >