|
You are inquiring in your script sample if any of the givien strings equal false. The strings will not equal false because you copied the values of each from each $_POST. If they are empty, they will still return true.
Use: if (trim($name) != '') instead.
__________________
<mgraphic /> - I don't have a solution but I admire the problem.
|