How to determine the max file upload limit in php - by HyperCas How can the file upload size allowed by php settings be determined withing a php script? Read the article
cakephp COUNT items per month in a year - by HyperCas How do you use cakephp to count, for example the number of posts, made every month in a year? Preferably using Model-find('count') and get the data in an array. Read the article