All Tutorials

682 coding tutorials โ€” PHP, MySQL, React, JavaScript, Laravel & more ยท Page 36 of 57

๐Ÿ˜PHP
August 25th, 2022

PHP Delimiters

PHP delimiters are nothing but open-close tags to enclose PHP scripts. PHP code can be parsed if and only if it is enclosed with these delim

๐Ÿ˜PHP
January 2nd, 2026

PHP Directory Functions

Some days before we have seen a set of basic PHP file functions to perform file open, read, write or append operations. Similarly, PHP inclu

๐Ÿ˜PHP
July 9th, 2022

PHP Error Handling

Error handling is an important feature to make efficient coding. PHP includes built-in error handling function to be invoked once an error o

๐Ÿ˜PHP
July 3rd, 2022

PHP Errors

There are various possible error occurrences may happen in PHP. These errors are categorized based on the time of occurrences and based on w

๐Ÿ˜PHP
July 9th, 2022

PHP Escape Sequences

Escape sequences are used for escaping a character during string parsing. It is also used for giving special meaning to represent line break

๐Ÿ˜PHP
June 23rd, 2022

PHP Explode

A basic idea and the usage practice of PHP explode() function with simple examples to use in a web application.

๐Ÿ˜PHP
July 2nd, 2022

PHP File Handling

Using PHP file handling mechanism, we can get external file resources to store as a reference. We have slightly touched on file resources wh

Page 36 of 57 ยท Tutorials 421โ€“432 of 682