write PHP on SSL

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
hongco
Forum Contributor
Posts: 186
Joined: Sun Feb 20, 2005 2:49 pm

write PHP on SSL

Post 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!
User avatar
Wayne
Forum Contributor
Posts: 339
Joined: Wed Jun 05, 2002 10:59 am

Post 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.
Post Reply