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
Posts Tagged ‘character’
PHP Tutorials: MD5 Encryption
March 1st, 2012
phpmoz 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)
February 22nd, 2012
phpmoz 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
February 17th, 2012
phpmoz 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: Random Password Generator (Part 1/2)
June 4th, 2011
phpmoz 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

Posted in
Tags:


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.