Normal
I started this, but I got rid of my MediaPortal box for now.Basics to get started....Apache web server 1.3xPHP5 (with SQLite support)Create a new PHP page:[code]<?php//Connect to the SQLite database$db = sqlite_open("c:\Program Files\Team MediaPortal\MediaPortal\database\TVDatabasev4.db") ordie("failed to open the database");?>[/code]Thats all I remember right now, I'll offer any help needed to complete...Mickey
I started this, but I got rid of my MediaPortal box for now.
Basics to get started....
Apache web server 1.3x
PHP5 (with SQLite support)
Create a new PHP page:
[code]
<?php
//Connect to the SQLite database
$db = sqlite_open("c:\Program Files\Team MediaPortal\MediaPortal\database\TVDatabasev4.db") or
die("failed to open the database");
?>
[/code]
Thats all I remember right now, I'll offer any help needed to complete...
Mickey