Posts Tagged ‘replace’

PHP Tutorials: Regular Expressions: An Introduction

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

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: Find and Replace

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]

WEBSITE: betterphp.co.uk Continuing the series explaining how to create a plugin for Bukkit server to block the use of TNT.

Java Tutorial: Bukkit Plugin Development (notifying players) [part 06]

WEBSITE: betterphp.co.uk An ongoing series explaining some of the things that can be done using the Bukkit Java API.

Java Tutorial: Bukkit Plugin Development (permissions) [part 04]

WEBSITE: betterphp.co.uk An ongoing series explaining some of the things that can be done using the Bukkit Java API.

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 Tutorial – Regex (Part 1)

^ is the exact start $ is the exact end [az] = abcdefghijklmnopqrstuvwxyz [AZ] = ABCDEFGHIJKLMNOPQRSTUVQXYZ [0-9] = 0123456789 etc.

PHP BBCode Tutorial

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