I have recently a job in which i am supposed to update a website. It is PHP and mysql.This is my first time doing this. How can I start? where can I find the source code? is there any wizard ti help? I am lost. Help please
how shall start updating a web site
Collapse
X
-
Is PHP modified to run on IIS? Apache? Starting there will give you the web root and you can then find the source code. You could simply browse to the webpage in IE that you wish to modify, view the source code from there, and get the directory of the page that you need to make changes to. Since it's fairly obvious that you didn't know to take these steps first, I would start by finding the webroot and making a copy/backup of all of the files before making any changes.Comment
Comment