RE: Converting a string

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



[snip]

If you have similar element names in $_POST, comething like:

$human_friendly = array("psFirstName" => "First Name");

foreach ($_POST as $ key => value) {

echo "Cannot leave {$human_friendly[$key]} blank"; 

}

[/snip] 

But I don't want to create another array, and should'nt have to


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux