Kieth, I don't see a function that allows us to edit or view the source code. Also, if we have the php available, and the passwords and database connections are included, then they would be available to anyone with permission for that page, right?
I don't see a function that allows us to edit or view the source code
There are 3 different ways to see and edit the source code.
The TagEditor will display the source code of the page as the browser sees it. Any SSI-ASP-PHP includes will show the rendered include rather that the include tags.
The Edit Document Source/Edit Block Source will display the file's source code for the page in the editor.
The Edit File/Edit File Plus will open a text editor that allows you to select the file to edit. It displays the file's raw source code for editing. Edit File Plus contains a SaveAs button so the user can create any type of file, including cgi scripts. The Edit File does not contain the SaveAs button to prevent the user from creating new files.
Also, if we have the php available, and the passwords and database connections are included, then they would be available to anyone with permission for that page, right? I'd like to see what you are trying to do. If you are trying to write an includeblock's content to a database table you are not going to succeed - EditWrx does not support it.