Posts by Eron Venter • 41 points
7 posts
-
0
votes1
answer51
viewsA: Form attached to Codeigniter
Form (view): <form action="<?php echo base_url(lang())?>/trabalhe-conosco/enviar" method="post" class="formulario-contato fonte-padrao-titulos" enctype="multipart/form-data"> <div…
-
-1
votes1
answer51
viewsQ: Form attached to Codeigniter
Good afternoon. I had to implement a section for sending resumes through the site, but the attachment is not working, even the script can read $_FILES even having in the form the attribute *…
-
0
votes1
answer78
viewsQ: Rule for . htaccess
I need the final url of my page accepted ., numbers, letters and underline however in the format I’ve been trying not to work, php returns me in the value of the parameter .php (???) Example, the…
-
1
votes0
answers30
viewsQ: Search range of numbers in Mysql
Good afternoon. In the customer’s ERP, in the footwear register the grid information is brought in string format, for example "27 to 40". This information goes to the site mysql via an automatic…
-
0
votes0
answers53
viewsQ: Phpmailer: SMTP connect() failed
I am making authenticated submissions, but it is strange that sometimes it sends normally, and other failures occur. The client insists that on his server everything is correct, and now I am already…
-
2
votes4
answers3559
viewsQ: Increment a counter within a php foreach
In a bow tie foreach I need to increment a counter to set the tabindex of the form fields, so that the result is: <input type="text" name="endereco[0][cep]" value="00000-000" tabindex="1">…
-
0
votes2
answers574
viewsQ: Installing and configuring Composer on my localhost
To use the local Composer I should install it in the folder where my projects are located? In case C:/Users/Me/Jobs... And as there are several projects (sites), for each one I must have the…