View Single Post
Old 12-06-2007, 02:48 AM   #24 (permalink)
YBH
The Wanderer
Newcomer 
 
Join Date: Dec 2007
Posts: 22
Thanks: 4
YBH is on a distinguished road
Default

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.
YBH is offline  
Reply With Quote