ArchiveOctober 2013

Learning The Many Advantages of PHP

L

PHP, which is short for Hypertext Preprocessor, is an open source server side programming language available at free of cost that can be easily obtained from the market. It has a coding style that is quiet and easy to understand and is usually very proficient on multi-platforms like Windows, Linux, and UNIX and other more. Today, PHP is one of the most popular server side scripting languages...

Drag and drop items using jQuery

D

Required files 1) index.php 2) html.inc 3) jquery-1.8.0.min.js index.php <?php $pre = 1; $content =’ <div id=”drag”> <div> <div> <h4>Title 1</h4> </div> <div>Content 1</div> </div> <div> <div> <h4>Title 2</h4> </div> <div>Content 2</div> </div> <div> <div>...

Category