if statement - If value of POST = "0" then $Vid = "$row['video'] -
if ($_post['video'] == '0 lets say') {the $vid=$row['video']} how define correctly
so can set value of video in initial post form 0 lets or other number, , on recieving value through if isset$post - if value equals "0 lets say" $vid can = $row['video']
basically
how can achieved,... thank you
if ($_post['video'] == '0') { $videoid = $vid; } else { $videoid = $videoid; }
sorry should of looked around 1st. interest...
Comments
Post a Comment