Feelings of Drag and Drop using Ajax-PHP-MySQL
Refference -Building Responsive Web Application by PACKT PUBLICATION
You Just try this example and feel the power of Ajax and the libraries just like Script.aculo.us , prototype.js . Recently, Web Application without attractive interface is not accepted to real users. So, use the maximum of Libraries and Frameworks.
You can get this example in my Shared Box named dragdrop.zip
Simply Make Bangla Web App with Database Connectivity!
Created by Sagor Sugested by Nuhil
You can make a Web app using Bangla Interface simply by using one kind of Unicode Font write such as
Avro Keyboard. But there is a restriction. In the client PC , the page will not be shown properly if there does not exist any bangla font installed. So, you can give a link in that page to download a font.
You can also get the benifit of MySQL using simple Queries. Define the database and table datatype as utf8_general_ci . Then simply write this two lines after DB cofiguration lines,
mysql_query(‘SET CHARACTER SET utf8′,$con);
mysql_query(“SET SESSION collation_connection=’utf8_general_ci’”,$con);
***Builder or User should use unicode writer.
Now you can do normal PHP-MySQL tasks in Bangla. Here is an example named Bangla.zip in my Share Box.
Store your Source Code of page in Database and Rtrieve them on Request.
You can store any kind of code in database. Simply you have to choose BLOB Datatype. For example LONGBLOB, MEDIUMBLOB etc. Using this datatype you can insert any data as binary such as image, codes, files etc in the same row of a corresponding id.
Here i’ve made a file named call_from_db.php in which there are a few lines to retrieve the original codes from DB and put them on this page. In template table, the main configuration of HTML tags are fixed. In content table codes are inserted in different columns. Finally in call_from_db.php page print them sequentially.
Download the example from the Share Box in the right side of this page. The file is named call_from_db.zip





