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
3531
posted 15 years ago by kidmizere
the following code can be used to create a table with a dynamic name
0
1877
posted 15 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
2158
posted 15 years ago by daipratt
Как Ñделать вывод из неÑкольких таблиц (php mysql)
Итак, имеем:
Три таблицы - articles, categories и sections. По иерархии - в sections включаютÑÑ categories, а в catego...
0
1946
posted 15 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
1077
posted 15 years ago by PixEye
Use this to select all fields between two different dates
0
1715
posted 15 years ago by howardpanton
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
3641
posted 15 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
3219
posted 15 years ago by Cory
By using this php snippnet we can store different fields (got by array post) into a sql database
1
1721
posted 15 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
1693
posted 15 years ago by juanchifc