Posts Tagged ‘character’

PHP Basics: Explode (String to Array)

Exploding a string will split a string by a specific character (a delimiter) and place each broken string into an element within an array. This tutorial covers the basic concept of exploding strings with PHP, with an example. Official website phpacademy.org Support Forum http Follow us on Twitter! twitter.com

PHP replace characters with icons emoticons tutorial

Code: www.developphp.com Learn to use PHP to change character sequences into emoticons or icons by using the str_replace function. You will want to alter the string data as it comes out of the MySQL database for display, not when the data is being inserted into the database.

PHP Tutorials: MD5 Encryption

Encrypting string data to an MD5 hash with PHP, and how to compare a value to an already encrypted password Official website phpacademy.org Support Forum http Follow us on Twitter! twitter.com

PHP Tutorials: Regular Expressions: Real-world Example (Matching HTML Tags)

This series looks at PHP Regular Expressions and several examples of how they can be used. Official website phpacademy.org Support Forum http Follow us on Twitter! twitter.com Join our Facebook group! www.facebook.com

PHP Tutorials: Regular Expressions: Simple Tokens and Character Classes

This series looks at PHP Regular Expressions and several examples of how they can be used. Official website phpacademy.org Support Forum http Follow us on Twitter! twitter.com Join our Facebook group! www.facebook.com

PHP Tutorial Bad Word Filter Function and Harmful Character String Replacement System

Learn to build bad word or harmful character filter functions and data filtration systems for user input. We are using the str_ireplace() php function fed with arrays.

PHP Tutorials: Random Password Generator (Part 1/2)

A simple random password generator, which generates a variable character secure random password upon clicking a generate button WEBSITE phpacademy.org FORUM http TWITTER twitter.com FACEBOOK www.facebook.com