PHP -Building Blocks If –else statements if…else statement – executes set of codes if a condition is true and another code if the condition
Tag: Advanced PHP Training in Gurgaon
PHP – Strings Functions
PHP – Strings Functions String functions are the most important functions frequently used in PHP. String is the sequence of characters, like “Let’s learn
Loops in PHP
Loops in PHP Loops are by far the most powerful component of PHP. A loop is simply a set of statements repeated more than
PHP – Strings Functions
PHP – Strings Functions String functions are the most important functions frequently used in PHP. String is the sequence of characters, like “Let’s learn
Error Handling in PHP
Error Handling in PHP Error handling is the process of catching errors from the program and then taking appropriate action. Before proceeding for error
Working with Images – PHP
Working with Images – PHP We need to create an HTML form that allows you to choose the file to be uploaded. Note: please
Introduction to Mysql / Mariadb
Introduction to Mysql / Mariadb PHP MariaDB formally known as PHP MYSQL developed in 2009 is high compatible and exact matching with MySQL APIs and
Data Sending Ways in PHP
Data Sending Ways in PHP There are some certain ways to send your information or data to the PHP page- Using Form Methods –
Data Sending Ways in PHP
There are some certain ways to send your information or data to the PHP page- Using Form Methods – Get & Post Using Cookies
Loops in PHP
Loops in PHP loops are by far the most powerful component of php. aA loop is simply a set of statements repeated more than