I have data like this in my array first_name, last_name,....
I am looking for an array to replace the _ with a space..is this possible?
I took alook at http://php.net/manual/en/function.array-replace.php but I am not sure if this is what I want.
I have data like this in my array first_name, last_name,....
I am looking for an array to replace the _ with a space..is this possible?
I took alook at http://php.net/manual/en/function.array-replace.php but I am not sure if this is what I want.