Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Updating database field upon Wordpress registration

  • 17-01-2012 06: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, Registered Users 2 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