View Single Post
Posts: 22 | Thanked: 3 times | Joined on Jun 2010
#61
I am very happy with this app, and am trying to install the database on my own server to do syncing there. I have downloaded the files given in the zip file in the first post, and have php and mysql running on my server.

On my first try, I got the following error when accessing index.php:
Code:
PHP Parse error:  syntax error, unexpected '<' in /var/www/easylist/dbconnection.php on line 2
I guess I need to do some slight modifications to the .php files, like changing these lines:
Code:
        $_SESSION['dbUsername'] = <USERNAME>;
        $_SESSION['dbPassword'] = <PASSWORD>;
Do you have a simple step-by-step guide to what I need to do?

PS: Where can I donate to you?