Jump to content

norus

New Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by norus

  1. I need some help with following WP query and insert. Query $arrAddress generates 1 record with address data from a address table. That works fine. Second query check if $user_id is present in testament table. If not present it must insert the data from address table into testament table. I only do not know how to get the address data into table testament. Each address must get a record in testament table. Fields in wp_mm_testament are: userid, field_id, field_value Means after insert, i get: 90, '3' => $arrAddress['first_name'] 90, '4' => $arrAddress['last_name'] 90, '5' => $arrAddress['gender'] 90, '6' => $arrAddress['street_address'] 90, '7' => $arrAddress['zipcode'] 90, '8' => $arrAddress['city'] 90, '9' => $arrAddress['country'] Hope someone of you with more experience then me can help me. Thanks in advance. print_r($arrAddress) output: stdClass Object ( [id] => 3 [user_id] => 100 [gender] => m [first_name] => Meindert Hendrik [last_name] => Heide Groot [street_address] => Huizenbrink 12 [zipcode] => 8929GH [city] => Eibergen [country] => Nederland )
×
×
  • 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.