Likes Received By james_r
-
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 -
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