hii, i am new to php and i wanna create a library management system with the help of php and procedure function in mysql so that i also got the security on my localmachine. bt i want to login the user with the help of access card and fetch all the details from mysql procedure. I already defined and created all the procedure in phpmyadmin bt i dont know how to write code in php to fetch that detail... so please help me on that......

Recommended Answers

All 2 Replies

why would you make login a MySQL procedure? am yet to see that kind of thing. Database should store basic information and password hash. use that to authenticate your user.

A word of advice is, use PDO or at least MySQLi.
If I have misunderstood you please comment!

Member Avatar for diafol

how is your card data read? is it to javascript?

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.