Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
pls is this the right way to write the time code in php runnerecho "Today is" & Now()
One way is:echo "today is ".date("F j, Y");now() is an SQL function. The "." character is used to combine strings in PHP. Google "PHP Date function" for more details on formatting of the date and time.