Jump to content

PHP - Insert Variable Into Table


oliverj777

Recommended Posts

Hello,

 

I'm working on a PHP register form, all I want to do, is to be able to insert an extra variable into the database:

 

// now we insert it into the database
$insert = "   INSERT INTO users (username, password) VALUES ('".$_POST['username']."', '".$_POST['pass']."')   ";

$add_member = mysql_query($insert);

 

right, so I have the username and password variable being passed. But I also want to pass a variable into a column called 'weaponAttachments', all I want for this variable to be is 5000.

 

So, in other words, something like this: 5000['weaponAttachments']

 

Thanks

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.