Hi,
I need a help here! I have created a login page with username and password as being a compulsory field that user have to fill in in order to gain access to another information page.
What I want to do is to check if the username and the password field has been filled with data. If no data is entered into the username or the password field, I want to show a pop up window to user saying that "username or password field need to be filled in".
However, I do not know how to show this pop up window in PHP (I only know how to use echo). Could someone please help me out or is there resources that I could look up.
Thanks a lot.