[jQuery] jQuery & jEditable

[jQuery] jQuery & jEditable


I'm using the jEditable plugin which can be found here:
http://www.appelsiini.net/~tuupola/258/jeditable-in-place-editor-plugin-for-jquery/save.php
The examples files for saving to a database use Pear DB and SQL Lite
or something...
I've been trying to get it to work with MYSQL but so far I've had no
luck.
Here is the code I have for save.php
/////////////CODE
<?php
require_once 'dbConnection.php';
function getLastID() {
$id = mysql_fetch_row(mysql_query("SELECT LAST_INSERT_ID()", $this-