I do not have a clue how to do this. Problem: A C function to validate a users system login. val = fx(login, password) Where fx returns Boolean, and login, password are char. Webpage needs ability for User to enter there system password to login. Only C is available. Thanks in advance. Greg