Does there exist a shorter if statement in PHP?

geicorules

New Member
Is it possible to rewrite this to be shorter somehow?\[code\]if (isset($_POST['pic_action'])){ $pic_action=$_POST['pic_action'];}else { $pic_action=0;}\[/code\]I have seen it somewhere but forgot... :/BTW, please explain your code also if you like!Thanks
 
Top