Discussions of secure PHP coding. Security in software is important, so don't be afraid to ask. And when answering: be anal. Nitpick. No security vulnerability is too small.
I am using SSL and When i click on SSL icon at the bottom of the page it says :
Parts of the page your are viewing were not encrypted before submitted over the internet.
Info send over internet without encryption can be been by others while it is in transit.
is there any function of php that can help in encryption using SSL etc
It has nothing to do with PHP and encrypting, but more often to do with objects whose URL is not using SSL. CSS files, external Javascript, even images that aren't using an SSL URL will create this sort of message.
so you mean i need to save all the things in the same folder where SSL is installed, well issue is that i an access few things form normal http in https page.