class booking_diary {
// Time Related Variables
$a="09:30";
$b="19:00";
public $booking_start_time = $a;
public $booking_end_time = $b;
}
I have an input fields where the user will set the $a,and $b fields instead of fixing the dates in the code.
Can i do this.
Please help. Thank you
kingwash 0 Newbie Poster
minitauros 151 Junior Poster Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.