variables update sql
Moderator: General Moderators
-
SidewinderX
- Forum Contributor
- Posts: 407
- Joined: Fri Jul 16, 2004 9:04 pm
- Location: NY
variables update sql
i am doing a file get contents and then doing a bunch of other stuff and then finally storing a bunch of information as variables.... how would i upload these variables into a sql data base?
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
Code: Select all
INSERT. INTO `table_name` `field_name1`='$value1', `field_name2` = '$value2'