PDA

Click to See Complete Forum and Search --> : [RESOLVED] Help with app


Olly79
Oct 6th, 2006, 01:20 PM
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 :)

kows
Oct 6th, 2006, 04:42 PM
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.

Olly79
Oct 6th, 2006, 05:52 PM
Okay, thanks for that!

Olly :wave: