Posts by Pedro Henrique Kuzminskas • 455 points
37 posts
-
0
votes0
answers13
viewsQ: Load specific items from a recyclerView
I have an Adapter that loads all data from my list, in my list there is a Boolean field that I will use to filter the favorite items, as I do so that in my recyclerView I select only those that are…
-
1
votes1
answer29
viewsA: Compare two columns in excel and create the third
I managed to solve alone, I used the following function =FILTER(A2:A; NOT(COUNTIF(B2:B; A2:A)))…
-
2
votes1
answer29
viewsQ: Compare two columns in excel and create the third
I need to compare the Column A item with all items in column B, if this item is not present in column B, it is generated in column C. What formula do I need to use to do this?…
-
1
votes1
answer38
viewsQ: What’s the best way to submit a form?
Good morning, I need to send the form that is completed, on the page I have several forms and I just have to send what will be completed. I wonder if the best way is to make each id for each form…
-
2
votes1
answer55
viewsQ: Sending of ZEND email
A client wants me to create a form that sends data to a link, from what I saw, is using "zend", I never got to use this framework and I’m a bit bewildered. That was his message: Para realizar a…
-
0
votes2
answers247
viewsQ: Post php only with all fields filled
My form is always being sent, even if there is nothing in the input, someone can give me a light? HTML: <form id="ajax" method="post"> <div class="form-group"> <input type="text"…
-
2
votes1
answer50
viewsQ: Link
How do I check if the link is already correct(ex: https://stackoverflow.com). My application takes text from a database, and there it can be written this way: "stackoverflow.com". How to make the…
phpasked Pedro Henrique Kuzminskas 455 -
1
votes1
answer275
viewsQ: Display preview link
Good evening, how do I create a preview link like facebook? I have no idea how to do that. If anyone can shed some light on where I start, I’d really appreciate it.…
-
2
votes2
answers2051
viewsQ: Matrix multiplication in Java
I need to make two matrices multiply, but I’m wrong when it comes to multiplying. int ma[][] = new int [3][2]; int mb[][] = new int [2][2]; int mab[][] = new int [3][2]; for (int i = 0; i <…
-
1
votes2
answers78
viewsQ: Change word displayed by php
I’m picking up a word with a wordpress function, <?php single_cat_title(); ?>, it returns the name of the category to be displayed on the page. It has how to make that when it returned the…
-
1
votes2
answers1090
viewsQ: Send value from a radio input to php
Good afternoon, I have a form that will send me the user data via email, and I have 3 input type="radio" that each tells me what the user wants, how do I send his values to php? var frm =…
phpasked Pedro Henrique Kuzminskas 455 -
0
votes3
answers30
viewsQ: Show different contents when selecting one of the buttons
How can I make div change when pressing a button? in case I have 3 buttons, the first one will cause the first one to be displayed div, the second with which the second div appears and the third…
-
6
votes1
answer61
viewsQ: Mysql function does not merge equals
I have this query for Mysql: SELECT email, COUNT(*) AS Vezes FROM automovel GROUP BY email HAVING COUNT(*) ORDER BY `data_cadastro` ASC It groups all the same emails together, and shows how many…
-
0
votes2
answers922
viewsQ: Secure connection to the database
I was told that this connection mode is not safe, but I did not understand very well why it is not. <?php $conecta = mysql_connect("HOST", "LOGIN", "SENHA") or print (mysql_error()); print…
-
2
votes1
answer1414
viewsQ: Filter php mysql table by date
I have a table on a php page that displays customers who have sent leads to the site. There is how I create an input in which the user puts a date and only appears the leads sent on this date?…
-
1
votes1
answer344
viewsQ: Reset mysql Table automatically
I have a database that stores some leads, it is possible to reset the tables of this database every day at a certain time or until it reaches so many lines? Use phpmyadmin in Cpanel.
-
2
votes1
answer652
viewsQ: How to copy a value within a span
I need to copy a value from inside a span that is generated by a slider, it whenever it moves the slider it is changed. It has how I put it within a value of an input? I tried that and it didn’t…
-
0
votes0
answers51
viewsQ: Send value of an element that has a date-name
I have a form that has a <span> that works as a slider that you select a value and with it is carried out the sending of an email. But I also need it sent to the database, and I can’t make…
-
-1
votes2
answers348
viewsQ: Cancel redirect when sending a form
How can I make nothing change after sending ajax, the page stay in the same place and not be loaded again? script $(function() { $('.form-carro').submit(function(){ $.ajax({ url:'insert.php', type:…
-
1
votes0
answers49
viewsQ: Ajax with phpmyadmin
I have a form that records the data in phpmyadmin, but when the data is sent, the page of a Reload for php. I researched on ajax, and I saw that it can help me, but I did not understand very well…
-
1
votes2
answers907
viewsQ: Redirect after php Action
The customer form, just sent emails, now I need that in addition to send the emails, the data is stored in the database, this I was able to perform, so my html : <form action="insert.php"…
-
2
votes0
answers178
viewsQ: Add number in chart center
I started seeing Chart JS a little while ago, and I needed my doughnut-shaped chart to have the percentage of the first value in the middle of the chart, as it is in this image: In the case of the…
-
0
votes2
answers309
viewsQ: put checkbox value in the email?
How do I place whether or not the user has checked the form? Form: <form id="form2" method="post"> <input type="text" placeholder="NOME" value="" name="nome1" id="nome1" /> <input…
-
1
votes0
answers224
viewsQ: Take value from select
How do I get the value of a select in the form, my form is just sending the other fields PHP: <?php // Check for empty fields if(empty($_POST['name']) || empty($_POST['email']) ||…
-
0
votes1
answer63
viewsQ: Conversion from php form to smtp
The thing is, my form he didn’t have authentication, but the client server requires authentication, I made him authenticate, but now he doesn’t send. could they point out to me the mistakes so that…
-
0
votes1
answer66
viewsQ: Include smtp authentication
My site is not sending emails when I put it on the client’s server, but on my site it sends it correctly (I use HOO.ST), on the client’s server, it shows this message Servidor de e-mails de saída:…
-
1
votes1
answer946
viewsQ: Submit php does not work
My contact form is not sending, someone could see what mistake I’m making? HTML: <form id="contactForm" novalidate class="s-form wow zoomInUp" data-wow-delay="0.5s"> <div…
-
-1
votes1
answer88
viewsQ: Error downloading a site made in Codeigniter to my localhost machine
I downloaded a website already made with the codeigniter framework on my machine, I put it on the localhost but it shows the error " "I think I need to define the database, if that’s it, how do I do…
-
0
votes0
answers62
viewsQ: Box of two form options
I have a form that presents a box that has two options, one represents accepted and the other unaccepted. It turns out that when the user uses to send the email he can send even with the button…
-
2
votes1
answer2986
viewsQ: Copy value from one input to another
I need that when I put any value inside input1, this value appears already in input2. Since you’re both on the same page, you can do this?
-
0
votes1
answer69
viewsQ: Problem with php Submit
I’m getting some blank emails, it just comes from an email "MISSING_MAILBOX@syntax_error". The others come all straight, with the email of the customer who fills the form define( 'OWNER_EMAIL',…
-
0
votes2
answers90
viewsQ: Button available when filling fields
Good afternoon, How can I make the send message button available only when the user fills all fields correctly? <h2>Quero um <span>Automóvel</span></h2> <div…
-
0
votes1
answer53
viewsQ: Include function to a field
Good afternoon, I need to make an error message appear when the user does not put the email with "@". already has a function that already includes all fields a class when they are left unfilled. Is…
-
0
votes1
answer41
viewsQ: Active section in the div
How can I use jquery’s Trigger? I need the page to click and that first "read" is already pressed. <ul id="quote-popup-tabs"> <li data-quote-tab-for="consorcio-auto">Automóvel</li>…
-
0
votes2
answers260
viewsA: Put popup content in a div
@The-Pro-hands @Pedrohenriquekuzminskas What part of your code moves the popup to another div (or line)? I’m moving this here: <div class="quote-form-content"> <h2>Quero um…
-
0
votes2
answers260
viewsQ: Put popup content in a div
Good afternoon, I need to put the contents of a popup inside a div, so that the content appears on a page, but if I take it all, it leaves does not appear as it is with the following id "quote-popup…
-
2
votes0
answers21
viewsQ: Change Tittle Section
Good evening, I need help to get a text to follow the title of the page. Here it should show "test" instead of "blog"…