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
Posts Tagged ‘replace’
PHP Tutorials: Find and Replace
October 23rd, 2011
phpmoz Similar to the find and replace function found in word processors, recreate your own.
Java Bukkit Plugin Tutorial: TNT Blocking – Events and Messages [part 02]
September 19th, 2011
phpmoz WEBSITE: betterphp.co.uk Continuing the series explaining how to create a plugin for Bukkit server to block the use of TNT.
PHP Tutorial – Regex (Part 1)
March 2nd, 2011
phpmoz ^ is the exact start $ is the exact end [az] = abcdefghijklmnopqrstuvwxyz [AZ] = ABCDEFGHIJKLMNOPQRSTUVQXYZ [0-9] = 0123456789 etc.
PHP BBCode Tutorial
February 22nd, 2010
phpmoz Step by step instructions on how to create a bbcode system using preg_replace within PHP. Source available at: phpsquad.net Full Resolution Download bit.ly

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.