python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Error 404 webpage not found when submitting form
I keep getting this error when I hit the submit button, the doPost() method in the servlet is not getting called.
I am using Eclipse and running the project on an Apache server. Upon hitting submit, t...

Omar Baz
Votes: 0
Answers: 0
How to create a trigger in phpmyadmin so that two columns are not the same suring insertion?
This is my table's records (already populated)
table named posts
now i want to make sure that during insertion the user_to and user_from columns are not the same. here in the fourth record you can cle...
CALDEN MICHAEL
Votes: 0
Answers: 0
Associating an index with a query in MongoDB?
If there are multiple indexes for a given collection, what determines which index is used when a query is submitted? Can the query submitter select which index to use? If so, how?

Bear Bile Farming is Torture
Votes: 0
Answers: 1
Unknown authentication response: 10 Postresql golang
I get an error while connect to postresql with golang
ERROR ----------- pq: unknown authentication response: 10
CODE:
cfg := config{
Host: "localhost",
Port: 5432,
Usern...
aLLAZ
Votes: 0
Answers: 1