Posts by Victor • 41 points
1 post
-
4
votes3
answers3702
viewsQ: Notice : Array to String Conversion in
I have a problem with the following code : <select name="tipoPessoa" class="form-control"> <?php $tipos = array("Pessoa Fisica","Pessoa Juridica"); $tipoSemEspaco = str_replace("…