Recent content by KhalidRana

  1. K

    Hi every body. I am a beginner in web designing course. I need help on using .php?

    I have made two forms. One named 'basic.html' as under: <html> <body> <form action="response.php" type="get"> Name: <input type="text" name="name"> <input type="submit" value="Submit Me"> </form> </body> </html> and the second form 'response.php' as under: - <html>...
Back
Top