Skip to content
Beckin – Certified Magento & Salesforce Commerce Cloud Developer.
Beckin.com has been providing professional custom web development for over 10 years.
Beckin - Certified Magento & Salesforce Commerce Cloud Developer.Beckin - Certified Magento & Salesforce Commerce Cloud Developer.
  • Home
  • About
  • Sevices
  • Testimonials
  • Contact
  • Blog
FacebookLinkedin
  • Home
  • About
  • Sevices
  • Testimonials
  • Contact
  • Blog

Tag Archives: explode()

Insert A Comma Seperated String Into An Array – explode()

PHPBy tech0925December 7, 2013Leave a comment

If you need to insert a comma seperated string into a variable you can accomplish this with the following code. Let’s take a look at our string. $myString = “3,8,18,22”; We can insert our string into an array by simply using the explode() function. $newString = explode(‘,’, $myString); Now if we use the print_r() function…

Beckin - Certified Magento & Salesforce Commerce Cloud Developer.
© 2008 All rights reserved. Beckin.com
  • Certified Magento Developer
Useful Links
Go to Top