Jump to content

splitting variables


taith

Recommended Posts

I don't know exactly what you mean but you can use $variable = explode('|', $var); which splits a string by the | character and puts each section in an array. $v1{3} will get you the 4th character in a string. Doing $variable = $v1{3} . $v2{3} . $v3{4]; will do what you put above
Link to comment
https://forums.phpfreaks.com/topic/11584-splitting-variables/#findComment-43655
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.