Welcome To Snipplr


Everyone's Recent PHP Snippets



1 ... 31 32 33 34 35 ... 147
To find the count of number of files in a directory, use this.
0 492 posted 12 years ago by taqin
Codigo base de un plugin para wordpress
0 544 posted 12 years ago by foxnetorka
Codigo base para un widget en Wordpress
0 649 posted 12 years ago by foxnetorka
Add the following line to code to your theme's functions.php file
0 526 posted 12 years ago by priyankvira
Add the following lines of code to your theme's function.php file.
0 545 posted 12 years ago by priyankvira
Add the line of code to your theme's function.php file
0 697 posted 12 years ago by priyankvira
Add the following file to your theme's function.php file
0 626 posted 12 years ago by priyankvira
It uses a variable with a RecordSet. db_query PHP Functions can be used to have the REcordSet(http://snipplr.com/view/59419/php-connexion-to-mysql-ddbb-sql-query-and-creation-of-a-record-set/). Then fill the tables with the data of the RecordSet.
0 639 posted 12 years ago by alberomo
That's something quick. A basic php class to manage properly a database. Thanks to magic methods opening a database is almost automatic.
1 793 posted 12 years ago by claudiowebdesign
PHP code for connect to MySql, create a SQL query and a Record Set from it. Note: If you use ADODB php library, write db_query() instead of mysql_query().
0 932 posted 12 years ago by alberomo
Personalized plugin for order datatables with spanish date dd/mm/yyyy hh:mm
0 485 posted 12 years ago by donmik
0 934 posted 12 years ago by sybrex
It uses a variable with a RecordSet from a ADOdb Library (Library must be downloaded). db_query PHP Functions can be used to have the REcordSet(http://snipplr.com/view/59379/dbquery-php-function-for-ddbb-queries-with-adodb-library/) Then uses ADOD...
0 555 posted 12 years ago by alberomo
A PHP function to get a Record Set using ADOdb Library. It takes the (SQL) query as an argument. For INSERT queries. NOTE: A call for a query. It also need next variables: $dbhost,$dbuser,$dbpasswd,$dbname (data from de bbdd connexion). Can be...
0 765 posted 12 years ago by alberomo
A PHP function to get a Record Set using ADOdb Library. It takes the (SQL) query as an argument. For SELECT,UPDATE and DELETE queries. It also need next variables: $db_host,$db_user,$db_passwd,$db_name (data from de bbdd connexion). Can be dec...
0 729 posted 12 years ago by alberomo
Takes the collection 'david' and gives a unique array of the keys used.
0 752 posted 12 years ago by lemcoe9
I am having a bit of trouble figuring out what goes where in my application. I guess this is something of a fundamental lack of understanding I have, and I'm hoping somebody might be able to clear things up. This is all very much pseudo code. In...
0 573 posted 12 years ago by shoelessone
There seems to be no easy way to insert a key and value at the beginning of an array, as array_unset does not allow you to specify a key. This is not a very efficient way to do it, but it works. Pretend the array is currently: array("a"=>"b", "c"...
0 958 posted 12 years ago by lemcoe9
Transform $_GET or $_POST in a string to add to an URL and send variables and values. Argument: Receive an $_GET O $_POST array function. Returns: variables concatenation to add to the URL.
0 740 posted 12 years ago by alberomo
0 655 posted 12 years ago by terataz
0 685 posted 12 years ago by kidmizere
0 850 posted 12 years ago by Heol
0 657 posted 12 years ago by genseric
0 582 posted 12 years ago by rc2789
1 ... 31 32 33 34 35 ... 147