Forum: PHP Jun 1st, 2008 |
| Replies: 16 Views: 2,596 Yes, all servers use port 443 as SSL Connection port. |
Forum: PHP May 30th, 2008 |
| Replies: 16 Views: 2,596 Well since your familiar with php, here is a php code, All you have to do is paste it at the top of any page you would like secured.
//force redirect to secure page
if($_SERVER['SERVER_PORT']... |
Forum: PHP May 29th, 2008 |
| Replies: 16 Views: 2,596 Hey No Problem at all with the questions.
Well are you 100% sure that it is installed properly... to ensure just access your site using the https prefix do the following access your site using the... |
Forum: PHP May 29th, 2008 |
| Replies: 16 Views: 2,596 Well, in order to ensure data is being sent over a secure environment, you will have to purchase a SSL Certificate and then lets say the billing system (where you take information and all of the... |
Forum: PHP May 29th, 2008 |
| Replies: 16 Views: 2,596 Well as a majority companies dont store creditcard information with them as it is a big security risk and isnt safe. For example many companies use a merchant account from providers like Paypal,... |