APC Functions Table of Contents apc_add — Cache a variable in the data store apc_bin_dump — Get a binary dump of the given files and user variables
Daily Archives: April 14, 2011
PHP No direct access allowed
<?php if (__FILE__ == $_SERVER[‘SCRIPT_FILENAME’]) exit(‘No direct access allowed.’);?> <?php if (__FILE__ == $_SERVER[‘SCRIPT_FILENAME’]) exit(‘No direct access allowed.’); ?>
emirplicanic.com
PHP/MySQL search engine script Simple PHP/MySQL authentication class
PHP Web Services
OAuth – SCA – SOAP – XML RPC
mysql sum if
In today’s quick tip screencast, we’re going to learn a MySQL query trick. You might be already familiar with the SUM() and IF() functions. We will be combining them to come up with some useful queries. This can reduce the number of queries you need to run for fetching certain types of summary data, and …