Welcome Guest, Not a member yet? Register   Sign In
Array values that arent set
#4

[eluser]Dregond Rahl[/eluser]
why not something like this?

Code:
foreach($account as $key => $value){
    if(isset($account[$key])){
        $account[$key] = $value;
    } else {
        $account[$key] = "";
    }
}

But honestly best practice to define everything first with defaults.


Messages In This Thread
Array values that arent set - by El Forum - 05-15-2009, 11:12 PM
Array values that arent set - by El Forum - 05-16-2009, 01:21 AM
Array values that arent set - by El Forum - 05-16-2009, 04:14 AM
Array values that arent set - by El Forum - 05-16-2009, 05:55 AM
Array values that arent set - by El Forum - 05-16-2009, 06:36 PM
Array values that arent set - by El Forum - 05-16-2009, 11:21 PM
Array values that arent set - by El Forum - 05-16-2009, 11:40 PM
Array values that arent set - by El Forum - 05-17-2009, 03:32 AM
Array values that arent set - by El Forum - 05-17-2009, 05:20 AM



Theme © iAndrew 2016 - Forum software by © MyBB