Oh sorry about that. I meant to phrase that as a question, meaning how do I do that.
Yes, each ID has information in it, be it a name, a form of some sort, something. Here's as far as I could get:
if ($id == 2) {
// ID 2 code here
} else if ($id == 3) {
// ID 3 code here
}
Something like that. Does this make sense now or am I still not being clear? Thanks for the help! 🙂