Jump to content

KrUVx

New Members
  • Posts

    5
  • Joined

  • Last visited

KrUVx's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. how would i turn the original array into a string to explode() it/
  2. thanks ill take a look into that
  3. an api system, its an order system and thats the information it will give back
  4. an api system, its an order from a client
  5. $arr = array( “action: Added; quantity: 1; item_code: RNA1; product_name: Mens organic T-Shirt; colour: white; size: XL”, ); [Code i need is to take apart the string that is above and display it below] array( 'action' => 'Added', 'quantity' => 1, ' item_code' => RNA1, 'product_name' => 'Mens Organic T-shirt', 'colour' => 'White', 'size' => 'XL' )
×
×
  • 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.