I've never had to deal with a php website before but unfortunately our web developers our away for 2 weeks and I simply want to view the source code of one page to see what the mysql script is it's using to update the data on a site.
I've only dealt with html or asp pages so it was really easy to do so with Dreamweaver or even notepad. Unfortunately viewing the sourcecode on the site doesn't show the actual php code.
Is there any simple way to view the php code? I have direct access to the webserver, which has php on it (site is setup in IIS not Apache) and I have full access to mysql using phpmyadmin.
I just need to see the code so I can then understand how the mysql tables are being read.
I've only dealt with html or asp pages so it was really easy to do so with Dreamweaver or even notepad. Unfortunately viewing the sourcecode on the site doesn't show the actual php code.
Is there any simple way to view the php code? I have direct access to the webserver, which has php on it (site is setup in IIS not Apache) and I have full access to mysql using phpmyadmin.
I just need to see the code so I can then understand how the mysql tables are being read.