Re: Building GET query strings

From: EnglishMan (adam.coppin_at_gmail.com)
Date: 12/16/04

  • Next message: Pedro Graca: "Re: phpMyAdmin"
    Date: 16 Dec 2004 12:04:48 -0800
    
    

    I would suggest not using GET... especially if the strings can add or
    remove records to a datatbase... Major security issue... what is
    stopping someone from overloading your DB with false entries?? I would
    think it better to POST everything with some sort of authentication to
    keep the process more secure


  • Next message: Pedro Graca: "Re: phpMyAdmin"

    Relevant Pages

    • Re: Building GET query strings
      ... especially if the strings can add or ... remove records to a datatbase... ... Major security issue... ... stopping someone from overloading your DB with false entries?? ...
      (comp.lang.php)
    • Re: Holub on getters/setters again
      ... >> the same state (ie two different but equal object) to be contained in ... >I don't see the source for Includes, but presumably it would do equality ... >allows overloading of the equality operator, ... >don't think the Add method would allow two strings with the same state. ...
      (comp.object)
    • Re: char to string ????
      ... > concatenating as strings, as left to right says it should. ... I think overloading the + operator was a bad idea. ... > Java doesn't allow user operator overloading, ... > The awk concatenation operator, nothing at all, might have worked, though. ...
      (comp.lang.java)
    • Re: Any form of operator overloading supported in java?
      ... Java does not allow operator overloading, ... whose operands are a String reference and a String- ... that the `+' operator is overloaded to handle Strings. ...
      (comp.lang.java.programmer)