I am making a database using php5, mysql5 to be hosted online, but I'm not really sure what the client would need to access it.
I know that they won't need mysql because that would be on the server side, but what about PHP, do they have to have a certain level of PHP installed too, or would that also be on the server side? Is there anything else the client might need, like a specific browser to be able to interact with the database?