Posts Tagged ‘Word’

PHP Tutorial: Password Encryption with MD5, SHA1, and Crypt -HD-

In this tutorial, you will learn how to encrypt passwords and other data by using the md5, sha1, and crypt functions. Be sure to SUBSCRIBE because there will be a new tutorial every week. Follow me on Twitter @RiverCityGraphx Like us on on facebook: on.fb.me Suggest tutorials at www.rivercitygraphix.com For project files, help forums, and more check out the website at http For business related inquires contact us at rivercitygraphix@yahoo.com

PHP Tutorials: Find and Replace

Similar to the find and replace function found in word processors, recreate your own.

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.