3
Imagining that I have the following array:
$o_meu_array = array("123_rui", "125_joao", "287_manuel");
Now I want to find inside my array "123". When I find 123, I want to replace 123 with another value given by the user. For example, if the user enters "10", it will become "10_rui". You can do this?
either the code or the path of the stones ?
– Enzo Tiezzi
if possible the code otherwise all comments are welcome. thanks
– pc_oc