Jump to content

explode and then implode now substring that was use to explode is missing


denoteone

Recommended Posts

If I explode a string well using a substring when I implode that substring is now missing.

 

for example.

 $exploded = explode("[MAC]",$data);

$data = implode($exploded);

Now [MAC] would be missing in the $data string. any way to get around this?

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.