3 Ways to Convert an HTML website to PDF
Do you want to transform an Online Website into a PDF file? It’s very easy to do that by just following this post, I’m going to show you 3 tricky ways to convert a HTML website into a PDF file. The w…
Insert Watermark in Word 2013 & Excel 2013
Watermark is an image at the background of the file, which symbolizes the status of the file. It could be private, draft or something else. Today, we’re going to discuss the procedure of watermarking…
jQuery Register Form With Validation
Here is beautiful register form with validation implemented in jQuery,CSS,HTML . Try it register form on DEMO link below and if you like it , you can download it. …
Create a Flash Login System Using PHP and MySQL – Part 1
This tutorial will demonstrate how to create simple but professional Flash login system using three different programming languages; AS3, PHP and MYSQL. Advanced sections like application logic, PHP …
PHP : Create Table with Syntax
Create Table Syntax: CREATE TABLE table_name ( column_name1 data_type, column_name2 data_type, column_name3 data_type, .... ) Example: