create a simple form
Posted: Sun Aug 31, 2014 9:31 am
Helo. i am learning php, and i need help creating below for. Its simple but i need help.
Create a form that contains:
1. Name, textbox
2. Submit button
If the user inputs the Name textbox and clicks the Submit button, the system must:
1. Display "Good morning, <Name>" if the server time is within 12am-12 noon
2. Display "Hello, <Name>" if the server time is not within 12am-12 noon
<Name> is the value as inputted by the user into the textbox
Create a form that contains:
1. Name, textbox
2. Submit button
If the user inputs the Name textbox and clicks the Submit button, the system must:
1. Display "Good morning, <Name>" if the server time is within 12am-12 noon
2. Display "Hello, <Name>" if the server time is not within 12am-12 noon
<Name> is the value as inputted by the user into the textbox