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

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -