Find current URL path using PHP

Find current URL path using PHP

The below funciton used to find current URL using php. it s very useful to find http or https and entire file location.

Read More

Find MySQL Query errors and stored in Text file

Find MySQL Query errors and stored in Text file

This is important method to find MySQL query error, hacker trying different way to access our website. we can easily find what they are trying. we can prevent the SQL injection.

Read More

Insert Multiple query using php

Insert Multiple query using php

It will reduce the time and increase the DB performance. Executes one or multiple queries which are concatenated by a semicolon.

Read More

Generate Random password using PHP

Generate Random password using PHP

generate random password using php is helpful for generate default password for the user. it s make secure for the user authentication

Read More

Find Date using php

Find Date using php

Find date using PHP is very easily, we can find first date, last date for the month and week.

Read More

Generate Barcode using php

Generate Barcode using php

Barcode is an optical, machine-readable, representation of data. The data generally describes something about the object that carries the barcode. Basically barcodes systematically described data by varying the width and space of parallel lines.

Read More

Find given number is odd or even using php

Find given number is odd or even using php

Find given number is even or odd using php is very easy The mdolo, AND and strpos operator used to find if a given number is even or odd.

Read More

Highlighting keywords in search results using php

Highlighting keywords in search results using php

Highlight keywords in search result using php, it will help to identify appropriate results easily. The below php code used to highlight multiple keyword in the search

Read More

Find file extension using php

Find file extension using php

Find file extension using php is very simple, the extension used to validation in php

Read More

MYSQL Database Backup using php

MYSQL Database Backup using php

Mysql database backup is one of the important task for web developer. Regular database backup prevent the data lose and restore the data if any database issue occured. the database backup is good idea for backup the data.

Read More

Delete Server files from another server using php via ftp connection

Delete Server files from another server using php via ftp connection

The below function used to delete Server file from another server using php via ftp connection.

Read More

Get Real IP Address

Get Real IP Address

We can get real IP Address easily using PHP. if user using the proxy server.

Read More