It’s pretty straight forward. Currently I need to delete the first 12 characters out of variable $mess[1] but it seems like all of the commands I find are centered towards deleting it by phrase. Any suggestions?
It’s pretty straight forward. Currently I need to delete the first 12 characters out
Share
You can use
substr(), which returns a new string, so just assign that new string to your variable…