What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » PHP and MySQL noob

2 votes - 3 average   PHP and MySQL noob
Author: Message:
saralk
Veteran Member
*****

Avatar

Posts: 2598
Reputation: 38
35 / Male / Flag
Joined: Feb 2003
RE: PHP and MySQL noob
code:
UPDATE `table name` SET `column 1` = 'value 1',
`column 2` = 'value 2',
`value 3` = 'value 3' WHERE `id` = '1' LIMIT 1 ;

basically make a table with all the data you want to store, and have a column called id, put one record in it, with the ID as 1, and then just run that script every time you want to update it

This post was edited on 01-22-2005 at 09:37 PM by saralk.
The Artist Formerly Known As saralk
London · New York · Paris
Est. 1989
01-22-2005 09:36 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
PHP and MySQL noob - by Ezra on 01-22-2005 at 07:47 PM
RE: PHP and MySQL noob - by RaceProUK on 01-22-2005 at 08:49 PM
RE: PHP and MySQL noob - by Dempsey on 01-22-2005 at 09:14 PM
RE: PHP and MySQL noob - by Ezra on 01-22-2005 at 09:19 PM
RE: PHP and MySQL noob - by saralk on 01-22-2005 at 09:36 PM
RE: PHP and MySQL noob - by WDZ on 01-23-2005 at 12:44 AM
RE: PHP and MySQL noob - by Ezra on 01-23-2005 at 12:59 AM
RE: PHP and MySQL noob - by WDZ on 01-23-2005 at 01:11 AM
RE: PHP and MySQL noob - by Ezra on 01-23-2005 at 01:33 AM
RE: PHP and MySQL noob - by WDZ on 01-23-2005 at 05:25 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On