If you want to see all the PHP errors and warnings, in order to debug the codes and easily pinpoint the line no of error [Read More…]
Category: PHP
![Fix: Undefined Index Error PHP [$_POST and $_GET Methods] image](https://www.extracatchy.net/wp-content/uploads/2018/04/undefined-index-error-php-400x150.png)
Fix: Undefined Index Error PHP [$_POST and $_GET Methods]
In PHP when we try to use these 2 method $_POST and $_GET to get users filled form data in our website, we always get [Read More…]

PHP: Split String Into Array Like Explode with No Delimiter
Do you want to split some string characters into an array just like explode does? for eg, you have the string like this “hello” and [Read More…]

Split a Comma Delimited String into an Array in PHP (With Example)
Do you want to split the string of text into the array after every comma or space or dot, etc in PHP? Then you came [Read More…]

How to Check if a String Contains a Specific Word in PHP?
Are you building a web application or just learning PHP and wanted to check if some strings on particular variable have the value that you [Read More…]

How to check if Array Contains a Specific Word in PHP
Do you guys want to know if some of the Array contains a specific word or sentence in the array or not in PHP and [Read More…]

Guide: How to Get Browser Information In PHP
Do you want to get the Browser Information in your PHP or Web Development project so you will recognise the browser name of that user [Read More…]

Guide: How to Convert an Integer to a String in PHP
Do you want to convert an integer to a string in PHP with a little bit code and build in function? Then you land on [Read More…]