Hi here! In this video tutorial you’ll see how to create a simple like/unlike button using jQuery and PHP. Download the code here: http://etiny.info/ynjtqc Download … Read more »
PHP, MYSQL, CSS, LINUX TUTORIALS
Category Archives: Video Tutorials
Video tutorial: Simple Multi Language Site Example
This mini tutorial shows you the basic of how to create a multi language website with php.
Video tutorial: Repair PHP header() function bug
I noticed that the header() function in PHP have some bugz. The bug i found was with the Location. If you place this code in … Read more »
Video Tutorial: How to connect to a MySql Database
This tutorial will show you how to connect to a MySql database with PHP View Code PHP <?php $conn = mysql_connect(’localhost’,'db_user’,'db_password’); $select = mysql_select_db(’database_test’,$conn) … Read more »
VIDEO Tutorial: Clear HTML Tags from a string
This is my first video tutorial. So this function is very usefull for cleaning post comments, contact forms and many other things. The source code: … Read more »