View Single Post
  #2 (permalink)  
Old 07-01-2009, 09:01 AM
Steve11235's Avatar
Steve11235 Steve11235 is offline
Senior Member
 
Join Date: Dec 2008
Posts: 967
Rep Power: 2
Steve11235 is on a distinguished road
Default
First, check to see if MySQL provides SSL encrypted database connections. If so, that will protect you as you access the database. You will also have to tunnel through the firewall to the server, which is easy if the firewall admin agrees to allow it.

As far as PHP and Java, this is a good reason to use JSP. Just kidding. Sorta. Look at this Wikipedia link...
Reply With Quote