php tutorials Tag

Yoga Classes Registration System using PHP and MySQL

Project Name Yoga Classes Registration System Language Used PHP5.6, PHP7.x Database MySQL 5.x User Interface Design HTML, AJAX,JQUERY,JAVASCRIPT Web Browser Mozilla, Google Chrome, IE8, OPERA Software XAMPP / Wamp / Mamp/ Lamp (anyone) View Demo——————————————————————————————————- View demo The main objective of developing this project is to provide an easier way to book for yoga classes sessions and

How to Create pagination using PHP and MySQLi

In this tutorial, we learn How to create pagination using PHP and MySQLi File structure for this tutorial : config.php (Database configuration file) index.php (Main file) pagination.sql (SQL Table structure with dummy data) First, create a table pagination. Structure of pagination: CREATE TABLE `pagination` ( `id` int(10) NOT NULL,

PHP Filters

PHP filters are used to validate and filter data coming from insecure sources, like user input. What is a PHP Filter? A PHP Filter is used to validate and filter data coming from insecure sources. To test, validate, and filter user input or custom data is an important

PHP Regular Expressions

In this tutorials we will about regular expressions in PHP and how a programmer can apply them in pattern matching. What is Regular Expression? They are popularly referred to as ‘regex’ or ‘RegExp’. Usually, they are uniquely formatted text strings that can one use to determine