PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
foreach ($_POST as $key=>$value)
{
if ($name!='Register')
{
if ($value=='')
{
I want to make a unique variable name based off of the variable key, i.e. $keye="the error message" but obviously if i type in $keye that would literally make it $keye i'd rather want to make the variable name the name of the key with e tacked onto the end and well... that's stumping my brain...I tried searching for some info but I can't find the words appearantly.