I have my website designed using PHP and MySQL in localhost. I wish to upload it to the zymic server.
I am using Adobe Dreamweaver cs5.5 and WampServer and I have files in the 'www folder' as listed below:
- index.php
- style.css
- images folder (contains site images)
- admin folder (contain admin php files)
- style folder (containing admin.css)
- _notes folder
- Connection folder (localhost php and database connection folder)
- _mmServerScripts folder
For database, I cannot re-create it's name exactly the same as what I have done in the phpmyadmin in localhost. So, is it mean I need to
edit the query in my php files which I uploaded into the website root directory?
I found the steps for uploading html site but I could not get the guides for the php and mysql. Please guide and advise.