Jump to content

PHP Array


Travist6983
Go to solution Solved by akphidelt2007,

Recommended Posts

OK i am very new to PHP so please be gentle LOL. 

 

I am posting a form to Liveaddress API and then i get the response back in an array it looks like this 

Array
(
    [0] => Array
        (
            [input_index] => 0
            [candidate_index] => 0
            [delivery_line_1] => 13700 Oakland St
            [last_line] => Highland Park MI 48203-3173
            [delivery_point_barcode] => 482033173009
            [components] => Array
                (
                    [primary_number] => 13700
                    [street_name] => Oakland
                    [street_suffix] => St
                    [city_name] => Highland Park
                    [state_abbreviation] => MI
                    [zipcode] => 48203
                    [plus4_code] => 3173
                    [delivery_point] => 00
                    [delivery_point_check_digit] => 9
                )

            [metadata] => Array
                (
                    [record_type] => S
                    [zip_type] => Standard
                    [county_fips] => 26163
                    [county_name] => Wayne
                    [carrier_route] => C021
                    [congressional_district] => 14
                    [rdi] => Commercial
                    [elot_sequence] => 0024
                    [elot_sort] => A
                    [latitude] => 42.40858
                    [longitude] => -83.08783
                    [precision] => Zip9
                )

            [analysis] => Array
                (
                    [dpv_match_code] => Y
                    [dpv_footnotes] => AABB
                    [dpv_cmra] => N
                    [dpv_vacant] => N
                    [active] => Y
                    [footnotes] => L#
                )

        )

)

How would i take primary_number and turn that into a variable to then insert into a database?

 

Thanks,

T

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.