Page 4 of 4 FirstFirst ... 234
Results 31 to 31 of 31

Thread: whats wrong with this sql statement

  1. #31
    Join Date
    Dec 2002
    Posts
    500
    Rep Power
    0

    Default

    just a quick reminder before you close the thread, put back the validation into the code...
    PHP Code:
      $id ereg_replace("[^A-Za-z0-9 ]"""$_GET["id"]);
      
    $udate ereg_replace("[^A-Za-z0-9 ]"""$_GET["udate"]); 
    Last edited by icymint3; Dec 16, 2006 at 09:33 AM.
    Cultured in Aggression and Koding like a Warrior!!
    “Common sense is instinct. Enough of it is genius.” - George Bernard Shaw.
    "The significant problems we face cannot be solved by the same level of thinking that created them." - Albert Einstein

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •