Created
April 18, 2011 04:12
-
-
Save saturngod/924802 to your computer and use it in GitHub Desktop.
delete cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
//after insert or delete or update | |
$sql="select * from `prize`"; | |
apc_delete($sql); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment