Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
hello my name is Frankie iam a new user it´s a wonderful software i´ll will be verry greatful if some body can help me toset the defualt date as tomorrowfor example today is :PHP function: "Now()"
Frankie,try the following code:
strtotime("+1 day");
thanx a lot it doesn`t work but i found the code$tomorrow = date ("Y-m-d", mktime (0,0,0,date("m"),(date("d")+1),date("Y")));