Php tutorials for beginners with example 0

htmlspecialchars – PHP String Functions

Syntax : htmlspecialchars ( strings, flags, encoding/character-set, double_encode ); Description : htmlspecialchars() function can converts some predefined characters to HTML entities. Here is list of predefined characters. [table caption=”Predefined Characters List” max-width=”100%”...

Php tutorials for beginners with example 0

hex2bin – PHP String Functions

Syntax : string hex2bin ( string ); Description : hex2bin function will converts a string of hexadecimal values to ASCII characters. Parameter : string – This is a Required parameter. String of hexadecimal values...

Php tutorials for beginners with example 0

How to retrieve IP address in PHP

How To Get IP Address of User in PHP:- There are many reasons for obtaining IP address of the system for logging, targeting, redirecting, etc. IP information can be found...

Step by step Bootstrap 3 tutorials 0

Bootstrap 4 cards

Bootstrap Cards: These are the latest addition in the Bootstrap 4 version that offer modern card design that are quite popular in the mobile and desktop views. It is flexible...