This place appears to be the best spot on the web to get PHP help, thanks everyone so far 🙂
I'm building a petition script, and I'm making the admin panel right now what it is going to be is [..] is a checkbox
Loop through the DB and output:
[..] Name: $name Comment: $Comment [DELETE]
[..] Name: $name Comment: $Comment [DELETE]
[..] Name: $name Comment: $Comment [DELETE]
etc.
[SUBMIT]
If I tick a checkbox it means I approve a comment; if I don't I don't approve... If I click delete i delete the post...
What naming convention should I use to synch up checkbox and delete with SIGNID (the primary key for an entry into the petition database), I can't seem to figure this out.
Thanks!
Don R.
I'm building a petition script, and I'm making the admin panel right now what it is going to be is [..] is a checkbox
Loop through the DB and output:
[..] Name: $name Comment: $Comment [DELETE]
[..] Name: $name Comment: $Comment [DELETE]
[..] Name: $name Comment: $Comment [DELETE]
etc.
[SUBMIT]
If I tick a checkbox it means I approve a comment; if I don't I don't approve... If I click delete i delete the post...
What naming convention should I use to synch up checkbox and delete with SIGNID (the primary key for an entry into the petition database), I can't seem to figure this out.
Thanks!
Don R.