build a bbCode parser function in PHP
This is a fast and easy way to build a bb Code Parser in PHP for your Web Development projects.
Read MoreReplace HTML Special Characters
Replace HTML characters with entities, and do it in a way that does not affect the tags.
PHP has a couple of useful functions for this sort of thing, namely htmlentities and htmlspecialchars. However running my string through either of these was no good to me because doing so would convert the characters used in the html tags too. For example, the following
Read MorePHP jQuery Auto Suggest
I haven’t worked on very many javascript applications in a while. Most of my work lately has been in writing server side code in PHP, as I have had a deadline to meet for a chat application. However, I am sure that you have seen php / jQuery auto suggest fields in a form on plenty of websites. THis is not new. Nonetheless, here is an easy way to write a PHP, jQuery auto suggest field within a form using a MySql database.
Read More








