werewolf3924 werewolf3924 23-04-2024 Computers and Technology Answered Which of the following is a valid PHP IF statement?a. IF ($a >$b) { print 'Hi'; } b. IF ($a > $b;) { print 'Hi'; } c. IF ($a > $b;) { print 'Hi' } d. IF ($a > $b) { print 'Hi' }