newbie01 Posted August 12, 2011 Posted August 12, 2011 I want to declare character value. They're in the text files like: $value_1 <some space line> $value_2 <some space line> .... <$value_n> How to auto read this text files and declare $value_1, $value_2 .... $value_n And how to distinguish capital letter and lower case to declare?
hannes08 Posted August 12, 2011 Posted August 12, 2011 Hey newbie, do you want to create variables with the names you find in a text file? Or don't I understand your question? Regards,Hannes[spoiler]If you can't convince them, confuse them![/spoiler]
newbie01 Posted August 12, 2011 Author Posted August 12, 2011 yeah! I want to create auto imput "names" and "age" which in a text file: $name_1 <some blank line> $age_1 <some blank line> ........ $name_n <some blank line> $age_n <some blank line>
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now