dhtmlxTouch server samples not working

Hi, I am trying to test dhtmlxTouch samples connecting to server database

e.g. dhtmlxTouch/samples/10_server/01_loading/01_list_loading.html

But for all of the server samples I get the following error showing in firebug, and no data is loaded or saved:

SyntaxError: syntax error dhx.temp=<?php
touchui.js (line 89, col 9)

I have just downloaded the samples and not changed anything.
Please help!

Particularly I would like an example of how to connect to mySQL

Actually there is an earlier error:
Call to undefined function sqlite_open()

Default sample are using SQLite ( and it seems the related extension is disable in your copy of php.ini )

You can reconfigure it to use different db type, check
samples\10_server\01_loading\common\config.php