Page 1 of 1

write PHP on SSL

Posted: Tue May 24, 2005 11:36 am
by hongco
hi,

If I write a php page on SSL - is there anything I need to write in order to have the page work on SSL?

this page will have function such as editing, viewing and deleting data from mysql.

Thank you!

Posted: Wed May 25, 2005 3:45 am
by Wayne
No need to change anything, your php code will be exactly the same. All the ssl does is provide a secure method of getting the output from your server to the client machine and back.