Tag Archives: PHP

Useful Tips For PHP Developer

Oct 15, 2013

Hi all here are some useful tips for php developers hope you like the post   1. Always try to use PHP core functions and..

Read more

Apply Multiple CSS classes for a single

Oct 15, 2013

You can apply multiple CSS classes to a single element by separating them with a space in your attribute. It’s a very useful trick with..

Read more

PHP Memory Leak Issue

Oct 12, 2013

When processing a large number of records or calling objects with recursive references, a memory leak can occur causing PHP to run out of memory…

Read more

PHP Interview Questions and Answers

Oct 11, 2013

Hi all today we are going to see in the post is PHP Interview Questions and answers asked during the interview for the job PHP..

Read more

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

PHP – multi-sort of associative array in

Oct 08, 2013

This is a complete multi-sort example of associative array in PHP. We have first sorted an associative array by values in descending order then sorted..

Read more