Jump to content

xeqtor

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

xeqtor's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi, i have a small problem. I have the following code preg_match_all( '/<input.*?type="hidden".*?name="(.*?)"/i',$city, $matchess); print_r($matchess); with the following output Array ( [0] => Array ( [0] => Array ( [0] => postingKey [1] => test [2] => FromEMail [3] => U2FsdGVkX18xOTQ4NTE5NAvvHFIJkuiw06vyBJgJnjYgoV0kwwYoj3Q_u-yB:BLKda6tSlT3qsUg [4] => image1 [5] => image2 [6] => image3 [7] => image4 ) ) How can I get the array items to individual strings? I tried $matchess[0][1] and some more. Thank you in advance.
×
×
  • 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.