Hey there,
I'm new to PHP. I'm coming from a VBA/MSaccess background.
what I need help with is:
I have a login page. My user types in his login name and password. This pushes the user to the user's information page. This information page should show customer sepcific data (according to what is in his account info - example: username, account type, etc).
How can I get php to "query" the database for this user's info once the login is completed. It needs to be done automatically.
Any ideas?
I'm new to PHP. I'm coming from a VBA/MSaccess background.
what I need help with is:
I have a login page. My user types in his login name and password. This pushes the user to the user's information page. This information page should show customer sepcific data (according to what is in his account info - example: username, account type, etc).
How can I get php to "query" the database for this user's info once the login is completed. It needs to be done automatically.
Any ideas?