How to build PDO MYSQL database connectivity using PHP

How to build PDO MYSQL database connectivity using PHP [...]

Base64 decode function in PHP

Base64 decode function in PHP [...]

Base64 encode function in PHP

Base64 encode function in PHP [...]

How can validate a email id using php.

How can validate a email id using php. [...]

How to remove character from string.

How to remove character from string. [...]

How to get first character from string.

How to get first character from string. [...]

How to remove html tag from string .

How to remove html tag from string . [...]

How to send Email using PHP mail method

How to send Email using PHP. [...]

How to get full url in your website using php

In this tutorials we will learn how to get current complete url of a website using php . some times we have to need implement this functionality in our web application . If HTTPS enable by your server then append https otherwise append http . yet by use $_SERVER['HTTP_HOST'] you get the current doma [...]

create ,Insert ,update,delete Opearation

How to delete multiple record using php

Hello , friends in this article we will show you . how to delete multiple record from database . Mostly we have to need delete single record but according to project size some times we have to need delete multiple record from database . [...]