Welcome To Snipplr


Everyone's Recent PHP Snippets Tagged query



« Prev 1 2
In Laravel you can use "IN" query as Using Eloquent $data = YourModel::whereIn('id', array(1, 2, 3))->get(); Using DB Query builder $data = DB::table('your_table')->whereIn('id', array(1, 2, 3))->get();
0 7586 posted 6 years ago by interviewqueries
If you need to get the whois information for a specific domain, why not using PHP to do it? The following function take a domain name as a parameter, and then display the whois info related to the domain.
1 1601 posted 13 years ago by o0110o
Snippet to show a simple use of the transient API when querying posts.
0 1536 posted 13 years ago by Mat_
Function to prevent sql injection in Like queries, where the characters '_' and '%' can be dangerous.
0 2932 posted 13 years ago by TimoZachi
This function allow you ti have multiple parameters in your query string. Ex : id=12&name=Doe&id=42&nickname=Monster
0 2497 posted 13 years ago by MonsterDev
Takes your table name and key=>value array of values and returns the text for inserting into a MySQL database. Automatically surrounds strings with single quotes.
1 1783 posted 13 years ago by lemcoe9
Connect to and query a db2 database using php.
0 1478 posted 13 years ago by zombree
1 1680 posted 13 years ago by paul0078
0 1268 posted 14 years ago by atul
0 1326 posted 14 years ago by ronal
0 1294 posted 14 years ago by pmalerba
Query any Post Type anywhere
0 1177 posted 14 years ago by zealmurapa
0 1292 posted 15 years ago by rliverman
run mysql query direct on your magento script
0 1304 posted 15 years ago by aashvi
To use: $update_sql = querys($sql); or $select_sql = getresult($sql); Used simplify selecting rows from a database. You'll need to pass in the SQL statement.
0 1481 posted 15 years ago by shawntysco
Uses action hook of the hybrid theme framework to launch function that modifies the query on the archive page for category 6.\\r\\n\\r\\nSorts by the custom field \\\"event_date\\\" and compares it to the current date.\\r\\n\\r\\nBased on [goto11\\\'...
0 1432 posted 15 years ago by hussong
0 936 posted 15 years ago by neverdark
1 1375 posted 15 years ago by vagrantradio
0 1233 posted 16 years ago by fatihturan
0 1266 posted 16 years ago by gfazioli
3 1680 posted 16 years ago by nkm
0 1529 posted 16 years ago by iloveitaly
More of a setQueryString
0 1345 posted 16 years ago by iloveitaly
« Prev 1 2