Skip to main content

All Questions

Tagged with
0 votes
0 answers
21 views

How to nest multiple isset() functions based on multiple forms without losing any of the form data or refreshing the browser?

I am trying to solve a php problem to find the mean of n random numbers based on the limit(n) given by user on an HTML form. My approach was to create a Html form which asks the user to Enter the ...
Sance Shaji's user avatar
-4 votes
0 answers
30 views

select option get data from database in php [closed]

This is my select option php source code. <select name="type"> <?php $result=mysqli_query($conn, "select * from bill_type"); while ($row=...
Sulaiman khan's user avatar
-1 votes
0 answers
21 views

how can i show Multiple Images of Products inside the database mysql using php js [closed]

Only 1 image from the database is pulling inside the modal which is the class= "main-image" <?php session_start(); // Check if the user is logged in if (isset($_SESSION['username'])) { ...
Obri's user avatar
  • 1
0 votes
1 answer
25 views

Form with multiple inputs into fields for PHP processing

I've got a form with multiple sets of data (which are variable) which I'm attempting to pass into PHP and then for each group of fields, have the individual data into PHP variables ready so I can work ...
Andy Jenkins's user avatar
1 vote
1 answer
32 views

Can one input field be used by multiple forms without JavaScript?

Lets say I have a sign in form with two inputs, one for the email and one for the password. The form would have a sign in button which submits the email and password to the server to sign the user in. ...
Oscar R's user avatar
  • 452
1 vote
1 answer
31 views

Multiple Dropdown Boxes

I'm trying to build a form similar to the one below (I changed the content for privacy), and I cannot figure out how to build this without the separate dropdown boxes canceling each other out. I'm ...
Jake Hembree's user avatar
0 votes
0 answers
35 views

ASP NET - tinyMCE editor - Error 400 bad request

I am develeping web application where is in one form used tinyMCE editor. Users of the application uses this tinyMCE input field for saving screenshots and notes. That is fact and it cannot be easily ...
renegato's user avatar
0 votes
0 answers
23 views

After submitting form on page I get an HTTP 500 error [duplicate]

so in this code I want to update login data, which works fine when submitting the form. But still when submitting, the page gets blocked by an HTTP 500 error. The code should be executed but the user ...
Johannes's user avatar
1 vote
1 answer
54 views

Only first placeholder displayed in Django's UserCreationForm

I'm trying to make a sign-up page with a customized user creation form - add placeholders to the fields. I'm trying to do it this way: forms.py class SignUpForm(UserCreationForm): email = ...
Potion's user avatar
  • 13
1 vote
2 answers
32 views

Is it possible to have a pattern that allows special characters but no spaces?

My pattern currently allows letters and does not allow spaces and numbers, intentionally. However, I would like to allow characters such as !@#$%^&*()_+=-[]|}{;'":,./?>< for my pattern ...
Epic Things ئېپوس's user avatar
-1 votes
1 answer
33 views

Image not displaying inside of div on HTML site

I am new to HTML and CSS, and I am programming an online portfolio for myself. When attempting to add a background image with the usage of a div and external CSS, I am unable to get the image to load ...
KoolPlays's user avatar
0 votes
0 answers
33 views

Need a way for upload content on my site from a form

I'm just getting into java and php and so I looked for something online and I helped myself with AI to create something that worked, so I apologize in advance if I don't understand something and if I ...
Luca Santomassimo's user avatar
0 votes
0 answers
26 views

Form post to blank target on iOS not working

I'm trying to integrate a link to a webmail in my application with a form post to an external site that passes the username and password. My approach works on Android and on desktop browsers (...
Sam's user avatar
  • 1,572
-2 votes
0 answers
40 views

Why do different content appear under the same url in my php app?

So I've been building basic crud app using php and simple html. I noticed that when I remove element from database and redirect user to homepage everything seems fine, but when I click 'go back button'...
user25947831's user avatar
-2 votes
0 answers
47 views

form submitted but not getting email in php [duplicate]

What is the problem in coding. When I click on form submit button, it redirects to successful submission.html page, but actually I cannot receive any email from server. I am fed up and I don't have ...
Umair Ahsan's user avatar

15 30 50 per page
1
2 3 4 5
2026