Posts by P. R. Ribeiro • 181 points
2 posts
-
2
votes1
answer974
viewsA: How to encrypt a POST via Ajax
One way to do this is to use the jCryption library (http://www.jcryption.org/). As the example of their page, the browser would send the following request. POST…
-
3
votes1
answer136
viewsA: PHP Mailer or postfix redirecting to gmail?
Absolutely the 2nd option. The mail() function forces you to remember to configure the OS correctly. This, in some cases, especially in shared hosting, is not possible to do. What’s more, the user…