Welcome To Snipplr


Everyone's Recent PHP Snippets Tagged query



1 2 Next »
Magic quotes for incoming GET/POST/Cookie data. This feature has been DEPRECATED as of PHP 5.3.0 and REMOVED as of PHP 6.0.0. Relying on this feature is highly discouraged.
0 1101 posted 16 years ago by lzyy
1 1163 posted 16 years ago by apro2000
2 951 posted 16 years ago by blubadger
$quote -- name of function post_type=page -- remove to query posts orderby=rand -- random order showposts=1 -- limit to 1 post effect -- displays 1 random custom excerpt outside of the loop
1 1190 posted 16 years ago by davebowker
0 1018 posted 16 years ago by iTony
Allows you preserve and update a query string and it's existing values easily, instead of constantly appending the new value to the end of the query string
1 1324 posted 16 years ago by simplistik
0 1243 posted 16 years ago by stavelin
1 1264 posted 17 years ago by plasticated
Replace all mysql_query() calls in your project to debug_mysql_query() to see all mysql queries in Firebug console.
1 1363 posted 17 years ago by stancell
4 1305 posted 17 years ago by mswallace
I modified some code created by Macromedia Dreamweaver into a flexible function to rebuild the query string. The function is very useful for pagination or passing variables from one page to another.In this version it's possible to add more than one v...
1 1156 posted 17 years ago by gbot
This is a simple class to encapsulate CURD functions. This class also includes some simple search methods.
1 1368 posted 17 years ago by ecavazos
1 1151 posted 18 years ago by gdonald
from openbusiness.cc
2 1292 posted 19 years ago by ringo
1 2 Next »