![Picture of parism70 Picture of parism70](/graphics/unknown.gif)
parism70 - 2009-12-02 10:02:08
What would be great would be to accept entry files with normal variables too or mix of normal variables and arrays:
$login_login="Login";
$login_username="Username";
$login_username_reg="Choose your Username";
$login_button_alt="I'm already a member";
//---Professions
$Professiontitle="Profession";
$Professions=array (
""=>"Select...",
"Farmer"=>"Farmer",
"Retired"=>"Retired",
"Other"=>"Other",
);
//---End Professions
By the way i tried with your test and got empty variables as a result