How can I make a explode in a variable where I can then access it by nominal index , and not by numeric index ?
Follow the example to get clearer:
<?php
// Aqui acesso pelo índice
$user = "Diego:25:RJ";
$info = explode(":",$u...
asked on
25.08.2016 / 18:15