Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Updating database field upon Wordpress registration

Options
  • 17-01-2012 6:27pm
    #1
    Closed Accounts Posts: 2,000 ✭✭✭


    I need to update a single field in wp_users table when a user registers. What's the easiest way to do it?
    Tagged:


Comments

  • Registered Users Posts: 851 ✭✭✭TonyStark


    fl4pj4ck wrote: »
    I need to update a single field in wp_users table when a user registers. What's the easiest way to do it?

    A trigger on your database perhaps?


  • Closed Accounts Posts: 2,000 ✭✭✭fl4pj4ck


    Thank you Cpt. Obvious!
    I came up with this code which doesn't work, don't know why.


  • Closed Accounts Posts: 2,000 ✭✭✭fl4pj4ck


    alright, I found the bug. I should use "ID" instead of "user_id"


Advertisement