Redirect With PHP June 3, 2019 Learn how to use PHP to redirect the user to a different page Read More
Check If A String Contains A String In PHP May 20, 2019 Learn how to check if a text string is contained within a larger text string using PHP Read More
Capitalize The First Letter Of Each Word With PHP April 22, 2019 Learn how to use ucwords() In PHP Read More
Using strtotime() And date() In PHP April 8, 2019 Learn how to use strtotime() and date() In PHP Read More
Get Array Index By Value In PHP March 25, 2019 Learn how to get the array index based on a given value in php Read More
Remove index.php from root directory page December 31, 2018 Learn how to remove the index.php from the end of your homepage URL. Read More
Remove PHP Extension From URLs December 17, 2018 Learn how to remove the php extension from the end of your URLs. Read More
How to remove the querystring and get only the uri November 5, 2018 Learn how to remove the querystring and get only the uri with PHP Read More