Thread: Form Validation
View Single Post
Old Feb 28th, 2006, 4:37 AM   #6
TecBrain
Hobbyist Programmer
 
Join Date: Sep 2004
Location: Cyprus
Posts: 147
Rep Power: 5 TecBrain is on a distinguished road
Sounds like a good idea, but i will need some help on it, this is what i have done, I did create an array in my config.php but how can i use this array in my html code, to list all the countries....
$ArrCountry = array(0=>"USA", 1=>"JAP", 2=>"EURO", 3=>"CYP");
__________________
Personal Portfolio
TecBrain Support Forum
Linux VS Windows ... Dont Even Think of it ..
Distribution: Slackware
if (OS==Linux) return success
There are 10 kinds of people, those who can read binary numbers and those who can't.
TecBrain is offline   Reply With Quote