Sample Functions
This page is for testing some different functions as samples
- Item 1
- Item 2
- Item 3
- Item 4
- Item 5
- Item 6
- Item 7
Dates
Dates are tricky little things. We show dates as day-month-year, US as month-day-year, and databases want them as year-month-day
PHP scripts embedded in a page use <?php and ?> tags to indicate a script
PHP uses echo command to display the result on the page.
This date though is based on the server date and time. So a longer script is needed.