Posts Tagged ‘PHP’

Comments Off

Determine Whether JavaScript Is Enabled/Disabled Via PHP

html javascript php jquery code coding codes binary ajax script dhtml xhtml sql mysql security secure  Determine Whether JavaScript Is Enabled/Disabled Via PHP

An alternative solution for people who want to determine whether a JavaScript is enabled or disabled to run different code on their server scripting language.

Tags: PHP

8

Best way to log details. Database or file log?

organize file folders  Best way to log details. Database or file log?

This is a decision on whether file based logging or database logging is better. Looking at different points and debating your personal preference.

14

25 PHP Form Validation Snippets

html javascript php jquery code coding codes binary ajax script dhtml xhtml sql mysql security secure programming mootools yui prototype report  25 PHP Form Validation Snippets

Developer often search for form validation rule on search engine and the process of doing that is always repeated. Rather than always searching for the exact same solution, we can speed up our development process by eliminating the searching processing with this article where all validation snippets is being demonstrated.

23

10 PHP Micro Optimization Tips

html javascript php jquery code coding codes binary ajax script dhtml xhtml sql mysql security secure sign board programming  10 PHP Micro Optimization Tips

Ever wonder how fast each functions or methods run on PHP? Want to find out the real benchmark of these result? In this article, you will not only get some optimization tips but also the opportunity to look at each benchmark yourself!

2

Integrate Paypal Express Checkout Solution

Security  Integrate Paypal Express Checkout Solution

A simple explanation on Paypal Express Checkout integration that can really assist you during your paypal development

Tags: Others, PHP

Comments Off

Enhance Security Hash Function For Web Development

html javascript php jquery code coding codes binary ajax script dhtml xhtml sql mysql security secure programming mootools yui prototype  Enhance Security Hash Function For Web Development

detail hash function question and improvement any developer can make to further secure their website. You will get a better understanding on security hash function and apply it on your web development once this is over.

Tags: PHP, Security

17

PHP Secure Login Tips And Tricks

security icon secure  PHP Secure Login Tips And Tricks

when it comes to login pages where our most sensitive data are being held. Hence, there is a need to better understand how well your login page has been implemented to be considered as really secure. In this article, you will get a list of PHP secure login tips and tricks that will definitely help you decide on your secure rating of your login page.

11

Better Hashing Password in PHP

html javascript php jquery code coding codes binary ajax script dhtml xhtml sql mysql security secure programming mootools yui prototype xml encode  Better Hashing Password in PHP

Most of us will know that the Reddit suffer from inside job attack where all their username and password were compromised as their password wasn't hashed and stored as plain text. We won't want this to happen to us right? Therefore, in this article you will get to know some ways to better hash your password in PHP and some ways to improve your security.