Welcome To Snipplr
Everyone's Recent PHP Snippets Tagged query
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
$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
2041
posted 17 years ago by davebowker
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
2046
posted 17 years ago by simplistik
Replace all mysql_query() calls in your project to debug_mysql_query() to see all mysql queries in Firebug console.
1
2112
posted 18 years ago by stancell
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
1889
posted 18 years ago by gbot
This is a simple class to encapsulate CURD functions. This class also includes some simple search methods.
1
2414
posted 18 years ago by ecavazos