Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
15 views

PHP script showing as a page [duplicate]

So recently I started coding websites for fun and now I'm trying to write a php script which will collect the data from it after clicking "submit", but when I click it, it shows a black page ...
bubbagump's user avatar
0 votes
1 answer
70 views

I need to know can i get a data of locale storage with php to store it to mySql [closed]

//that's php file <?php if (isset($_post['cree'])) { require('/config/connexion.php'); if (!empty(isset($_post['email'])) && !empty(isset($_post['pwr'])) && !empty(isset($...
Warano's user avatar
  • 1
0 votes
0 answers
11 views

"HTML Form Select Tag Issue: Only First Word of Multi-Word Selections Inserted into MySQL Table" [duplicate]

A single HTML select tag is populated by a MySQL database table. When a user selects an option containing multiple words and submits it, only the first word of the selection is saved. This is the code ...
R. Purcell's user avatar
0 votes
0 answers
51 views

Registration Form not sending data into database

I'm trying to make a find my friends clone but i'm currently having issues with the registration form not inputting data into MySQL database.Login form is able to grab info from the database it's just ...
nvdis heujdhd's user avatar
-2 votes
1 answer
47 views

Can't display in index.php my data table when items are deleted [duplicate]

I have a form and I connected with MySQL, so whenever I fill it up it will be shown in mySQL. The next step is to have a table of contents in my index.php, which I have. But now when I wanna press the ...
Hollyy's user avatar
  • 1
-2 votes
1 answer
50 views

Why is PHP not sending form scores to PHP MyAdmin database?

I am a beginner at web development, and for a college project website I have created a form in HTML with some radio button questions, and then JavaScript which will check the answers against the ...
Isaac Stewart's user avatar
0 votes
0 answers
45 views

Why isnt the value from 'clave' being inserted into my database?

I want the user to enter an email, password and user type. In the database, what should be saved is the email, password, user type, time and date. All of those are being saved correctly in the ...
valeria's user avatar
0 votes
0 answers
91 views

php form still refreshing with ajax

this is my html form <form action="" method="post" id="form"> <input type="text" placeholder="Name..." name="name"id="name&...
samucode's user avatar
0 votes
0 answers
46 views

acton page with below php mysql form

i have small php mysql form with below code. both form and processing code on same page and its working fine too. But i want to use action in form tag, so that form can move to another page. and when ...
Student's user avatar
  • 31
0 votes
1 answer
46 views

Whenever I submit a user update form in my dashboard, my error array returns a flag for unchanged values

Currently working on a project that requires me to build an admin area for an admin to manage users and permissions. I'm using an array to return errors to admins if they submit duplicate data to ...
Samuel's user avatar
  • 1
0 votes
2 answers
215 views

Flask Form Authentication validation with MySQL database

Hi there good programmers. I am simply trying to take input from a register form, check and confirm them by validating them against MySQL-workbench database. NB, I am fairly new to Flask and python. ...
Motchello's user avatar
0 votes
0 answers
67 views

Login page is accepting all emails and passwords including those not stored in the database. No restricted acess at all

I am working on a to-do app. I have already setup the signup and login page. Signup page is working perfectly as all details been inputed is already stored in the database(sql). The main challenge now ...
John's user avatar
  • 1
0 votes
0 answers
41 views

How to make sure checkbox was checked when we want to edit it

I am currently doing a website with PHP and HTML with connecting with mysql. I am struggling with the checked of the checkbox. The website is file management system where we can make a certain files ...
farah izzaty's user avatar
0 votes
0 answers
15 views

Error when obtaining data from an html form to be saved in DB using an endpoint developed with Spring Boot 3

You know, I can't fill a database with data from an HTML form with Spring boot 3, This is the form: <div class="section contact" id="contact"> <div id="map" ...
Cesar Chavez's user avatar
0 votes
0 answers
73 views

How to determine if a (combo box) item is selected vs manually typed data?

I'm making an internal app (LEMP stack) for taking orders for tickets for regularly scheduled events. Many customers buy tix on a regular basis so... I want to populate a combo box (datalist - for the ...
Octavio Masomenos's user avatar

15 30 50 per page
1
2 3 4 5
274