01-19-2013, 08:55 PM
Sorry for my English
I follow all the steps until the last and no longer as access to modify data, the last step I do is this then not to do (Just copy in htdocs and edit / options / functions.php to connect to the database mysql data)
<? php
$ user = "root";
$ password = "";
$ database = "lcep2";
$ ip = "localhost";
?>
This is the data that I put in "ip" I also tried to put 127.0.0.1
how I can open the index to modify data and add them to the db?
