-
[RESOLVED] Help with app
Hi all:
Just wondering if someone could shed any light on the following: I have been looking at a application someone passed onto me which is written in PHP. It’s a full CRM type application, however I'm used to HTML site and I work within Dreamweaver. If I was to upload this web app, which I might add has a MySQL back-end is it simply a case of ensuring that the web server has MySQL database on it? And that the headers of the PHP files are pointing to the correct server?
Thanks
Olly :)
-
Re: Help with app
if the application uses a database you must ensure that you have a database and all of the tables that script uses, with all of the correct field names.
otherwise, yes, the only thing you'd really have to do was make sure all of the file paths were correct.
-
Re: Help with app
Okay, thanks for that!
Olly :wave: