Question
Create a canvas page canvas.php that comprises of input text, a slider, a color picker, and a checkbox control. These controls should set the values
Create a canvas page canvas.php that comprises of input text, a slider, a color picker, and a checkbox control. These controls should set the values in session variables and should be used in a PHP file titled canvasOut.php. canvas.php will work as a styling control for canvasOut.php. The text input should control which controls to format, color picker will decide upon the color, slider will decide upon the font size and checkbox will decide upon visibility. A sample layout of canvasOut.php is depicted in Figure 2. You could choose a different layout as long as all the functionalities from canvas.php can be justified. Even for textbox Should be onfocusout, rest of the events are up to you. there is a login page first that will redirect you to the canvas.php page where we have to start a session. The canvas page acts as a controller for the canvasOut.php.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started