12-06-2007, 02:48 AM
|
#24 (permalink)
|
|
The Wanderer
Join Date: Dec 2007
Posts: 22
Thanks: 4
|
Hmm well it seems If I remove the original code
PHP Code:
// Variables $user = $_POST['user']; $pass = $_POST['pass']; $dir = $_POST['dir']; $address = $_POST['address']; $phone = $_POST['phone']; $email = $_POST['email'];
And replace it with the array_map method; when it checks If I have entered everything, it gives me my error
PHP Code:
echo 'You have not entered all the required fields.';
__________________
Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime.
|
|
|
|