Welcome To Snipplr
Everyone's Recent Snippets Tagged mysql
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Modify includes to connect and select to provide correct result set
0
1263
posted 13 years ago by kidmizere
the following code can be used to create a table with a dynamic name
0
784
posted 13 years ago by gtaking
Convert a Drupal time stamp field into a readable format. The Drupal time stamp field is in the UNIX format.
1
989
posted 13 years ago by daipratt
Как Ñделать вывод из неÑкольких таблиц (php mysql)
Итак, имеем:
Три таблицы - articles, categories и sections. По иерархии - в sections включаютÑÑ categories, а в catego...
0
769
posted 13 years ago by graceman9
This shell script helps to refresh a propel schema from an existing database using (the "old") Symfony 1.2 and avoiding the "CURRENT_TIMESTAMP" (MySQL) bug.
0
424
posted 14 years ago by PixEye
The script below connects to a MySQL database server on "localhost" using the login name "test" and password "123456" and then connects to the database "test". It then copies the table structure and data from the table "products" to a new table "prod...
4
1226
posted 14 years ago by fackz
This is my fairly easy to use MySQL database class, I use this on my Experiment framework BlahFramework, anyways I thought someone else may find this useful or just study the code to get an awesome idea of there own. Enjoy.
3
1004
posted 14 years ago by Cory
By using this php snippnet we can store different fields (got by array post) into a sql database
1
756
posted 14 years ago by juanchifc
By using this snippnet we can recover and show on a table the items stored into a sql database managed with mysql.
1
744
posted 14 years ago by juanchifc