PHP Code:
<?
$user = 'root';
$pass = 'password';
$database = 'roscripts';
$table = 'Name of the table';
for($i=0;$i<mysql_num_rows($result);$i++){
for($x=0;$x<mysql_num_fields($result);$x++){
}
}
?>
That should do for just printing everything in a table. I don't know if that will work right out of the box, Windows Mobile doesn't have PHP yet ^^