Jump to content

sjade1

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

sjade1's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I'm trying to create a function to take care of explode $characterExploder = create_function('$a', 'return list($cName, $cImage, $cDescription) = explode("|",$a);'); $data = "Jack|picture.jpg|about Jack"; $characterExploder($data); echo" 1: $cName<br> 2: $cImage<br> 3: $cDescription"; Returns: 1: 2: 3: They're all blank...not sure why..? Any help would be appreciated, thank you.
×
×
  • 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.