Logo

Welcome to PHP Code Snippets

PHP Code Snippets is a place to post useful code snippets and share them with the community.

  1. Create an account in seconds
  2. Share your php code snippets
  3. Leave feedback on other php code snippets.

PHP Snippets

Search Engine Friendly URLs - Clean Url

0

This simple function converts urls into search engine friendly urls by removing spaces and other symbols and replace them with a -

Convert date to a user friendly date

0

by using strtotime you can format a date how way you like its a case of modifying the flags in the date().

Reorder an Array in reverse with array_reverse

0

reversing an array can be done by passing the array to a function called array_reverse

Get City from IP address using ipgpnet

0

Using an API from http://www.ipgp.net/ this snippet demonstrates getting a city from an IP address pass the IP address in a var called $ip and the API key in a var called $apikey If the session has not been created then a lookup is done and the city is added to a session

using nl2br

0

Example of how to use nl2br

process forms of any size

0

process forms of any size

OOP FTP Class in PHP

0

A basic OOP FTP class

Export PHP to EXCEL

0

Export php to excel simply.

Function to delete folders from a Server

0

Easily delete a folder and all sub folders from a server using a PHP function

snippet to delete a row from a mysql database

0

Short snippet to delete a row from a database table