python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Trying to register a product and requesting user confirmation using HTML/JavaScript
I'm new in programming and I was trying to develop a code to Register a Product, but I don't know how to solve this part below:
Register a Product Program
The required fields are:
Name
Description
...
newDev
Votes: 0
Answers: 1
PHP Check which user is logged in
We are creating a website for a school project and need an admin user.
The plan is to check which user is logged in. The check is done with the name.
For e.g. username is "admin@xxx.xx" when...
og61
Votes: 0
Answers: 0
How to make admin verification system after registration/Sign Up by JavaFX?
After Registration, I want to verify the information of the user, After verifying the information by admin - He will be able to log in. How can I do it by JavaFX?
In my code if anyone registers he ca...
Shohanur Nishad
Votes: 0
Answers: 1
Laravel won't create profile table after user registration
I created the Profile table with 'user details' this table is connected to User. It was working fine till suddenly profile table won't create any rows after registration.
I have checked my code multip...
user11325922
Votes: 0
Answers: 1