A few minutes back I was trying to create a function in which I was supposed to store a value in a session variable. It then occurred to me that in some of the other files I must have already created...
This is a small cheat sheet that i personally use for regex to be used in PHP with the help of preg_match() function. Escape character in regex in PHP I personally prefer to use / (forward slash) as delimiter in preg_match(‘/regex/’, $subject)....
PROBLEM : There are so many versions of Linux that are being used as server and every version has a different folder structure. If you are new to some Linux how can you find where your php.ini file is ? SOLUTION:...