I have PHP code that reads a database and displays data.
The display has a edit button that calls a javascript function to
ask for username and password.
I can get the username and password fine and close the login window
fine also.
I want the code to redisplay the PHP differently if the login was
successful. I display the data via a function with an argument
that determines what to display.
Thanks
The display has a edit button that calls a javascript function to
ask for username and password.
I can get the username and password fine and close the login window
fine also.
I want the code to redisplay the PHP differently if the login was
successful. I display the data via a function with an argument
that determines what to display.
Thanks
Comment