Tag Archives: PHP Script

PHP – safe way to hash password

Oct 10, 2013

As we know that password hashing is one of the most basic security considerations that must be made when designing any application that accepts passwords..

Read more

Drawbacks Of Using Ajax

Oct 07, 2013

Hi all today we are going to what are the drawbacks of using Ajax . AJAX(Asynchronous JavaScript And XML) is nothing but a technique which..

Read more

Importance and Benefits of PHP Output Buffering

Oct 03, 2013

PHP sends data from server to client/browser as soon as it is ready – this response might be line by line or by code blocks.Output..

Read more

Converting a PHP Array to a Query

Sep 24, 2013

Hi all today we are going to see how to convert a PHP array to a query string.As we know that PHP is very rich..

Read more

Useful PHP Tips

Sep 18, 2013

Hi all in the post we are going to see some Useful PHP Tips hope this may useful for you the tips are of given..

Read more

Switch Background Image using Backstretch.js

Sep 05, 2013

Backstretch.js is a simple jQuery plugin that allows you to add a dynamically-resized, slideshow-capable background image to any page or element How to Switch Background..

Read more