what is $admin?

Philippines
August 14, 2010 12:26pm CST
Hi there! Im studying programming and I came across with this $admin when I was researching for something. It's a code in php language. I know there are many programmers here and I need your help guys. I have homework actually i need a code for making password. I mean like in registration in yahoo group we need to type password and re-type again. The password should match the re-type passsword. I dont know how to do that I've been researching in youtube but there's no video about it. Hope someone here could help me please. And I'm confused about $admin. What is it means? Hope there are good people who will send me code about the password. Just send me a message for that code. i dont know if it's allowed here. Thanks a lot in advance and God bless!
2 responses
• Canada
16 Aug 10
hmmm ipretty good with this sort of thing but i have no clue wat to do here
@ash_gray (128)
• Philippines
14 Aug 10
hi angelbelle578! Try to make your form and make this code for password matching. if(($password != $repassword)) { echo "Password doesn't match with re-type password"; } Hope this will help you.