Posts by Thalis Alison • 89 points
8 posts
-
0
votes0
answers49
viewsQ: Problem with connection to mysql database configured no more goes up
I’m trying to upload a local system but it’s not connecting to the database. I’ve already made the settings. I’ll leave the error below if anyone can help me thank. here and the configuration in the…
-
0
votes1
answer1329
viewsA: Cannot Modify header information - headers already sent by
I’ll put the code in full ?php include "../util/api/funcoes.php"; //print_r($_REQUEST); //die(); $telefone = $_REQUEST['xmxexlxaxoxcxlx']; $text = $_REQUEST['xmxexlxaxoxsx6x']; $ip_usuario =…
phpanswered Thalis Alison 89 -
1
votes1
answer1329
viewsQ: Cannot Modify header information - headers already sent by
Good afternoon guys I’m having a little problem at the company in the form. It happens that after entering the data in the form it sends the data to our corporate email but does not proceed to…
phpasked Thalis Alison 89 -
1
votes1
answer81
viewsA: PHP Email Form: Sending arrives, but completed data does not
staff managed to solve my problem. was a form JS validation script that did not have the id inserted. summarizing... he wasn’t saving the data in that form id because I didn’t specify in my JS…
-
-1
votes1
answer81
viewsQ: PHP Email Form: Sending arrives, but completed data does not
I’m having trouble sending my form data in my client’s PHP. What is going on? The filling in the form is being done normal. Send in the email? Yes, only the HTML arrives by e-mail, but the data that…
-
1
votes0
answers17
viewsQ: Index with timely home page targeting
I searched a lot on the web and I can’t find this doubt I have. I need an index.php that is input for my web site Responsive. That when the customer comes to visit the site I have an image and after…
-
0
votes3
answers3732
viewsA: How to place two Ivs next to each other in Bootstrap
.group{ position:relative; margin-bottom:20px; } .group input { font-size:18px; padding:7px 7px 5px 2px; …
-
6
votes3
answers3732
viewsQ: How to place two Ivs next to each other in Bootstrap
I’m still novice in web development and I’m having a doubt in my form to put the two lines of the form next to each other in responsive Bootstrap, knowing that each input will bring information…