I have a select box that contains the reports, it must show all reports but I want to option text color to be black when a token exist and light gray when a token table is NULL
It seems to me that there will be a nested select but not sure
a more challenging part is the Select for the tokens needs to be in a if statement that returns false.
If more clarification is needed let me know.
MySQL Server
Last Comment
impressionexpress
8/22/2022 - Mon
impressionexpress
ASKER
This is what I have so far, I need to add the table tokens and if a token exists, leave the color in the option text black in the select box
if($_SESSION['perm'] < 80) and token is null then I use a different color and leave the value of the option empty. also it needs to compare between start and end date
if($_SESSION['perm'] < 80) and token is null then I use a different color and leave the value of the option empty. also it needs to compare between start and end date
Open in new window