How to mount the following array if one of the variables is not defined?
$a = 1;
$b = 2;
$d = 4;
$array = array($a, $b, $c, $d);
The values of the variables ($ a, $ b, $ c, and $ d) come from a server and often do not contain any va...
asked by
18.04.2014 / 00:46