Pra você não dizer que eu nunca lhe ensinei PHP


/ Published in: PHP
Save to your folder(s)

- Como ? Não, não tem porque explicar ;) Simples e rápido


Copy this code and paste it in your HTML
  1. <?php
  2.  
  3. $b = $a = array('AC', 'AL', 'AM','BA','CE','DF','ES','GO','MA','MG','MS','MT','PA','PB','PE','PI','PR','RJ','RN','RO','RR','RS','SC','SP','TO');
  4. $c = array_combine($a, $b);
  5. print_r($c);

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.