Announcement

Collapse
No announcement yet.

Help Rab With Coursework II - Destructive Testing

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    Originally posted by Rab
    Oh yeah, so you do. At first glance I cant see why though!
    Any ideas?
    It chokes on the " ' " (single quote) characters because it makes the input string invalid SQL. Even though you're using postgres, mysql_real_escape_string() should fix the problem as seen in thephp.net documentation

    You also should limit the input length to be less than the db column's limit.
    SIGNATURE PROTEST: KEEP THE SHORT FFS

    Comment


    • #17
      Since you said it isn't about the design this might not be very valid, but it's smart to let people typ out their password two times when registering.
      You ate some priest porridge

      Comment

      Working...
      X