In this tutorial we’ll be creating a system which will convert messages including text smilies into messages including icon smilies ( text => smilie icons ).
Preknowledge
For this tutorial it’s prefered that you’ve got some preknowledge about php variables, arrays, functions and the foreach loop. If not, I’d recommend you to have a look at the following tutorials which apply well to this tutorial:
- PHP Variables
- PHP Arrays
- Foreach Loop
Functions & Loops used
The functions/loops used in this tutorial:
- str_replace(‘part to replace’, ‘value to replace by’, $str)
- foreach($array as $key => $value)








tirs, feb 16, 2010
Kommentarer slået fra