LiveWire Network Peer Answers Peer Support Teen Forums Tech Forums College Forums 674 users online 225601 members 1380 active today Advertise Here Sign In
TeenCollegeTechPhotos | Quizzes | LiveSecret | Memberlist | Dictionary | News | FAQ
Member Spotlight
Magnifique
Interests: Photography,singing,acting,drawing,...
Mood: Sensitive
You have 1 new message.
Emergency Help
Until you sign up you can't do much. Yes, it's free.

Sign Up Now
Membername:
Password:
Already have an account?
Invite Friends
Active Members
Groups
Contests
Moderators
6 online / 31 MPM
Fresh Topics
  LiveWire / Technical Forums / Programming & Application Development / Adding Reply

Adding Reply
Archived Topic: It will not be bumped to the top of the forum.
Topic Perl / SQL
Membername   Not a member? Sign Up Free (takes 20 seconds)
Password   Forgotten your password?
Post

Font:   Size:   Color:

FAQ Keyword Search:
Post Options
Favorites Manager
Notify me of new replies to this topic by email
Notify me of new replies to this topic by private message
Original Post
medjai Posted at 8:43 pm on Sep. 13, 2008
I need to know this for security reasons.

In Perl or SQL, if I have a TABLE, and that table has, say, six things.

USERNAME
PASSWORD
EMAIL
DAYSACTIVE
POINTS
SIGNATURE

Now. Let's assume I only know what one of these are. USERNAME.

Can I through any of the standard libraries for these languages use a command like I can in c++ that effectively lets me tell the program to LIST for me, all the names that I don't know.

For instance (and this is not exercising proper syntax at all I know).

IF NOT IN_LIST "USERNAME"
THEN PRINT_ALL
ELSE RETURN 1

OR ANYTHING OF THE SORT?

I know that this is possible in some way, but I'd like to see exactly how it's done if anyone's familiar.

Replies
There are no replies to this topic.