guide me about insert

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
dimebag
Forum Newbie
Posts: 22
Joined: Fri Feb 13, 2009 4:13 pm

guide me about insert

Post by dimebag »

hi i need some help on iserting value into mysql db

this is the case i have
i have Db name sign
this sign DB have 5 tables which are

authteam
authuser
emailer
signup
signupsetup

autuser table consist of these fields
id uname passwd team level status lastlogin logincount download

suppose that i want to insert value for the download for the uname for example admin

what command should i use to acheive this ?
regards
User avatar
akuji36
Forum Contributor
Posts: 190
Joined: Tue Oct 14, 2008 9:53 am
Location: Hartford, Connecticut

Re: guide me about insert

Post by akuji36 »

These videos will help you out. Take a look here:

http://phpvideotutorials.com/free.

Look under old videos--the last 2 after lesson 12.
Post Reply