Jump to content

[SOLVED] string separating


MadDawgX

Recommended Posts

Hey there,

 

I have a variable storing a string that contains many strings with in it and are separated with *'s. How can i separate these values and store them in there own respective variables

 

Eg.

 

$var = "1*test1*test2*test3"

 

How can I store the value 1 in $sep1 or test3 in $sep4 ?

Link to comment
https://forums.phpfreaks.com/topic/83266-solved-string-separating/
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.