Radio Panel, Help on sending request to specific dj only.

i actually have a radio panel which i’m trying to work it out. i have 1 problem left which is the request line system. whenever people send a request. all of the panel members can see it. what i’m afraid is they can delete the request. i wanted it to be when people sent a request to the specific dj/member, only them can see it.

i have included the request.php and checkrequest.php in the attachment.

thanks in advance to anyone who will be able to help me with this.


request.txt (1.33 KB)

checkrequests.txt (1.23 KB)

You have so many issues with that code it isn’t even funny.

Here are a few,
using deprecated mysql_ functions, not good
Not using prepared statements, not good.
Truncating tables, you should NEVER DO THAT!

actually i didnt do the coding, the coding made by the installation.
everything is working fine, there is no wrong at all.
the only thing is the request part, whenever people sending request, all the members on the radio panel will be able to see it.
there is no wrong with it too, i just would like to change it so that listeners would be able to send request to the specific dj only.

with my current php knowledge, i wouldn’t be able to do it, that’s why i’m asking a favor in here if anyone would like to help me sort it out.

Sponsor our Newsletter | Privacy Policy | Terms of Service