Likes Received By james_r

  1. asgsoft liked james_r's post in the thread A categories issues???.

    Make 1 table called Categories Fields for Categories: -ID (int) (autoincrement) (primary key) -Name (text) -ParentID (int) (default: 0)...

    Jan 20, 2008
  2. chem liked james_r's post in the thread Is this coding safe?.

    If you really have to do that, I would explicitly define the possible values. Like: if ($_GET['page'] == "members") { include...

    Oct 7, 2007