I am new to PHP but not programming. I'd like to know if this can be done before I do more research on how to do it.
I have existing PHP code that I inherited. It reads a database
and displays data. I've added an edit button. What I want to do
is open a login window and get a username and password.
If the login is successful, the data display should change. If not
no difference.
Is this PHP do-able? Do I need the help of Javascript as well?
Thanks for any pointers in the right direction that you might
provide.
Ira
I have existing PHP code that I inherited. It reads a database
and displays data. I've added an edit button. What I want to do
is open a login window and get a username and password.
If the login is successful, the data display should change. If not
no difference.
Is this PHP do-able? Do I need the help of Javascript as well?
Thanks for any pointers in the right direction that you might
provide.
Ira
Comment