How To Remove File Extension Using htaccess Tutorial

How-To-Remove-File-Extension-Using-htaccess-Tutorial

Inside this article we will see the concept i.e How To Remove File Extension Using htaccess Tutorial. Article contains the classified information about How to remove .php, .html extensions with .htaccess. Whenever you work with URLs, SEO needs a neat and clean URL. Also clean URLs is a key factor to increase User … Read more

How To Convert Associative Arrays into XML in PHP

How-To-Convert-Associative-Arrays-into-XML-in-PHP

Inside this article we will see the concept i.e How To Convert Associative Arrays into XML in PHP. Article contains the classified information about How To Convert multidimensional array to XML file. Whenever you work with XML data and also with multidimensional array then may be you need help to convert array of … Read more

Convert Unix Timestamp To Readable Date Time in PHP

Convert-Unix-Timestamp-To-Readable-Date-Time-in-PHP

Inside this article we will see the concept i.e Convert Unix Timestamp To Readable Date Time in PHP. Article contains the classified information about Convert a unix timestamp to a human readable date in PHP. Whenever you work with unix timestamp values then you seen that those values are not user friendly. It … Read more

How To Get File Name From a Path in PHP Example

How-To-Get-File-Name-From-a-Path-in-PHP-Example

Inside this article we will see the concept i.e How To Get File Name From a Path in PHP Example. Article contains the classified information about PHP basename() and pathinfo() functions. Sometimes when you work, you need the filename from any specific path. So, this tutorial will be helpful for you for this. … Read more

Upload File To Remote Server Through FTP Using PHP

Upload-File-To-Remote-Server-Through-FTP-Using-PHP

Inside this article we will understand i.e Upload File To Remote Server Through FTP Using PHP. Article contains classified information about uploading a file to remote server by connecting with FTP using PHP. This tutorial will guide you only to upload a file. File can be of any type and extension. To upload … Read more

How To Encrypt and Verify Password in PHP Tutorial

How To Encrypt and Verify Password in PHP Tutorial

Inside this article we will see the concept i.e How To Encrypt and Verify Password in PHP Example Tutorial. Article contains the classified information about password encryption and verification in PHP. PHP provides functions to encrypt password along with the algorithm type and also the function for decryption. So, if you are looking … Read more