Posts by RedCandy • 45 points
7 posts
-
-1
votes1
answer809
viewsQ: Create a Javascript input Mask to accept values up to 4 decimals
Hi, I’ve been developing a website and I ran into a problem. I want to limit a textbox to accepting only 4 numbers after a "." (dot). I’ve done a lot of research, and I can’t find anything that…
-
1
votes1
answer321
viewsQ: Align on the same line buttons on different Forms
Good morning, I am with the problem that is, two buttons on different Forms do not stay in the same line: <div class="w3-row-padding"> <form action="editar_admin.php" method="POST">…
-
0
votes2
answers329
viewsQ: Mask to only allow letters and letters to be inserted with accents
Good morning, I wanted a mask for a text box where the user can only insert letters and letters with accents. The code I could find just lets you insert letters without accents. function…
-
0
votes0
answers45
viewsQ: Problem with function to show div’s
Good morning, I have a problem which is this: I want when the user clicks a button a div or multiple Divs will appear depending on the page they are on, but the function is only showing the first…
-
1
votes2
answers174
viewsQ: Database does not recognize text with special characters even in UTF-8
I’ve made a lot of changes to the code and I’ve researched several sites and nothing has solved my problem! HTML code: <div class="w3-container w3-padding-32" id="about"> <h3…
-
-1
votes1
answer34
viewsQ: Query problems, I think, but no php errors
The form with the textboxes is not being shown $session_Nome = $_SESSION['nome']; $servername = "localhost"; $username = "root"; $password = ""; $db = "aeac"; // Create connection $conn =…
-
1
votes1
answer30
viewsQ: SQL does not return any table data despite not giving errors
Good morning, I want that in the following code SQL returns from the database the values "id_Admin", "username_Admin", "password_Admin", but does not return anything despite not giving any errors.…