Welcome To Snipplr
Everyone's Recent Snippets Tagged mysql
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
This generates a simple insert statement for mysql based on all the variables in $_GET or $_POST using a simple page. It does not do the inserts although that is a simple addition - just builds and displays your insert statement.
1
1919
posted 14 years ago by kidmizere
With this snipt you could replace all the "<br>" tags that you have in a table for php newline character.
0
1707
posted 14 years ago by tonatiuh
Registro de usuario en PHP con validación y activación por mail
0
2015
posted 14 years ago by danideu
Registro de usuarios en PHP con validación y activación por mail
0
2326
posted 14 years ago by danideu
Data Types for DB, MySQL, SQLite, PHP, Ruby, Rails, JS, etc. because I forget them sometimes
from Ruby on Rails Guides: Migrations http://bit.ly/hFWjT0
from Rails Migrations http://bit.ly/hI5zpz
0
1603
posted 14 years ago by brandonjp
If you every get hit by ERROR 1153 (08S01): Got a packet bigger than 'max_allowed_packet' bytes, then this might help.
You also need to make sure that the user that you log in with has SUPER privileges on their account.
0
1299
posted 14 years ago by daipratt
I thought this was pretty elegant code and wanted to share it with anyone who found it useful.
0
1160
posted 14 years ago by mattneary
The uploaded file is attached to the "pid" of the recently inserted project.
the "pid" variable is retrieved from the database after the project has been entered
2
1472
posted 14 years ago by danhanly
Plugin gets child pages of parent in Wordpress. You'll need to pass the parent ID but this isn't difficult to figure out programmatically if needed, either.
0
1535
posted 14 years ago by ashworthconsulting