* new function myxmlsql_set_auto_increment($val, $table)
# requires myxmlsql_connect()
# allows to manually set the table’s global auto_increment value
* new function myxmlsql_affected_rows($result)
# as you know it from MySql
* new syntax included: ORDER BY
# ORDER BY xy ASC/DESC has been added and will work as expected
* syntax improvement
# WHERE 1 is now optional
# if there’s no WHERE x=y or WHERE 1 the script will automatically interpret WHERE 1
plus some further performance and syntax improvements
// UPDATE: progress 75% // UPDATE 31.1.10: progress 90%