Hello,
i'm new to PHP. I am trying to get a user to enter a username and password into a html form. when submit is pressed, I call a php script to check the username and password from the database. What I need is a method of calling either of two forms depending on whether the user existed on the database or not.
This should be simple to do I guess !! but I just cannot work out how to do it.
any help is much appreciated.