Click to See Complete Forum and Search --> : DW, PHP and MySql put it all together...


Mouse77e
12-14-2005, 09:32 AM
hi all,

i had a more php/mysql literate friend help on my project and he has worked wonders (hand coding mostly).... BUT, he has gone away for a week or two and he has just mailed me my site as a zip file (now unzipped and sitting in my local host) and a sql dump file... how do i put them together again? i have PHPMyAdmin or an evaluation copy of Navicat and or PLEASE tell me i can do it all in Dreamweaver to help here... any ideas?

Mouse

New to PHP
12-14-2005, 09:50 AM
PHP requires a web server to read the code. phpMyAdmin and Navicat are interfaces for MySQL but you will also need MySQL installed. If you have both I would imagine the process of setting the site up should be pretty simple. Create the user that is usedin the script in your mysql databse, upload the dump file adn upload the php files to your web server and it should go.