Jump to content

Array not being exploded properly


cliftonbazaar

Recommended Posts

$teamLineUp=explode(";", $team['lineUp']);  #This is the team line up
foreach ($teamLineUp as $value) echo "<BR>".$value;

 

this works fine and outputs what I want EXCEPT if a word has a ' in it; for example the name O'Reilly gets broken into 2 values "O" and "Reilly"; is there a way around this?

Link to comment
https://forums.phpfreaks.com/topic/229563-array-not-being-exploded-properly/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.