I can imagine that a lot of people have already asked how it's work, but reading all the messages it's still not clear for me. thats is because i'm new and not familiar with these kind of programs.
Sorry for that, but the good news is i want to learn.
What did i do till now:
install xampp (D:\Portable software\xampp) and everything is running.
15:26:05 [Apache] Attempting to start Apache app...
15:26:05 [Apache] Status change detected: running
15:26:12 [mysql] Attempting to start MySQL app...
15:26:13 [mysql] Status change detected: running
instal moviedb (D:\Portable software\moviedb
export AMC sql to movies, the file names harddisk.sql. Where do i have to put it?
Then import the harddisk.sql in phpadmin and it created 127.0.0.1 mysql movies.
i modified mdb_config.inc the with:
$this->config['mysql']['server'] = "localhost";
$this->config['mysql']['username'] = "root";
$this->config['mysql']['password'] = "#mysql";
$this->config['mysql']['database'] = "movies";
$this->config['mysql']['table'] = "movies";
But then what do i have to do/start?
i start http://127.0.0.1/movies/ but i see only all my files.
Can someone please help me..


Thanks a lot.
Bianca