Results 1 to 3 of 3

Thread: MySql Insert from PHP....

  1. #1
    Join Date
    Feb 2011
    Posts
    2

    MySql Insert from PHP....

    I was told I had to include every field defined in a table in the insert command in PHP... is this the case? I have a registration form with some of the fields for a user profile table but the other fields in the table are filled in later with different forms or events....

  2. #2
    Join Date
    Apr 2011
    Posts
    1
    aslong as all 'NOTNULL' feild are completed you should be ok, you can also leave the 'auto_increment' feild out if you wish

  3. #3
    Join Date
    Feb 2011
    Posts
    2
    Quote Originally Posted by spinnykid View Post
    aslong as all 'NOTNULL' feild are completed you should be ok, you can also leave the 'auto_increment' feild out if you wish
    Completed how so?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •