I want to make a program that takes the input ie Username and Password from user , there is a submit button and if everything is correct then user should be able to access another webpage .
A rough blueprint is-
<form>
Username:<input type="text" name="name"size="15"><br>
Password:<input type="password" name="pass"><br>
<input type="submit" value="submit">
</form>
Now i don't know how to verify the password and username. My friend said it can be done using php. I want to know how it can be done. i know php so i can understand it. Please give the code. I know how to do the same in C++ but i am new to php so plz help.
Jack_1 0 Newbie Poster
Zagga
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.