Hi,
I want to write a code which will see if a box is empty and if not then it will add it to a db....
how do i write this???
<?php if $team1 == "" { } else { sql add data line }
would this be right??
if ($team1 != '') { // do something if $team1 is not empty }