-
Online Admin Access
I was wondering if it was possible if I could access and edit data on my mysql server from the internet using an admin username and password?
For example, let say I was contacted while in a different location and didn't have access to the sql server on my computer how could I use php to view or edit information in specific tables on my server with a Admin account? Is this possible?
...:::ONE:::...
-
Re: Online Admin Access
Now that we are on the topic, is it also possible to edit html files as well? as if I wanted to update the index page (main page) from a remote location?
-
Re: Online Admin Access
It is possible to manage a MySql database server via PHP. Have a look at PHPMyAdmin, it is a complete MySql front end:
http://www.phpmyadmin.net/home_page/index.php
For the file management portion, have a look at this:
http://sourceforge.net/projects/phpfm/
-
Re: Online Admin Access
Thanks VisualAd, I must of had bad luck finding the answer.
...:::ONE:::...