Using CURL to read a remote xml file and then inserting
the data into a database table.
DatabaseInsert_XML_CURL.zip
Use a Data Table in conjunction with a database select (use the
field names from the database as table column headers)
Database_Select_Data_Table.zip
jQuery plugin that allows part of a page to become editable and for that changed
to be "posted"
Jeditable_Demo.php Jeditable_Demo.zip (http://www.appelsiini.net/projects/jeditable/default.html)
Jeditable Lab Make your own version of the demo page
http://www.appelsiini.net/projects/jeditable/default.html
It should have something that becomes a text input, another that becomes a textarea, a third that becomes a select. It should
also use three different events: click, double click and mouseover. Don't forget to include the PHP page(s) that handle
the Jeditable events.