If Statement

A

Anonymous

Guest
Hello.

Can I just enquire.
I'm looking into creating a menu for my site.
I'd just like to ask if I can use an IF statement in html or would I be better doing it in php?

Thank You.
 
php

Code:
<?php
if (condition) {
  execute php code here;
}
 
Hello Hyper, :)

Thank you very much for your reply, and help.
 
Lot of useful informations here. Thaks a lot for writing them
 
Back
Top