Hopefully this is an easy for a change, at least it seems that way.
I have a script that's purpose is company job openings and application process. The page is layed out with this table first and I will enter my confusion with ??? and the php part will be explained :
<table align="???">
<tr>
<td>
insert $cmd either list, details, or apply
</td>
</tr>
</table>
The problem is I need an to write an "if", "if else", "if else" I think but am not sure how, or if that is even correct. What I need is when $cmd =="apply" it needs to align="center", when $cmd =="details" it needs to align="center", but when $cmd =="apply" it needs to align="left". Anybody got any ideas please, suicide seems like the best solution but just not practical. Thanks.
DJ 😃