Inside-Out - Web Design & Development 4 Beginners

Tag: Functions

Convert a string into a URL with a PHP function

Convert a string into a URL with a PHP function
June 1, 2011
PHP Functions

Convert any string into an SEO, html-friendly url with this handle and simple PHP function.

Merging Arrays with PHP

Merging Arrays with PHP
May 10, 2011
PHP Functions

Single and multi-dimensional arrays can be merged together using array_merge within PHP.

Get Percentage – PHP Function

Get Percentage – PHP Function
August 4, 2010
PHP Functions

A short and simple PHP function to present a rounded percentage based upon two numbers.

String to URL – PHP Function

String to URL – PHP Function
August 4, 2010
PHP Functions

PHP function to convert a string into an SEO ready, browser-friendly URL. Useful for article creation in conjuction with .htaccess ‘RewriteRule’.