My question is under description please help me guys. I would really appreciate it. Thanks in advance | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

My question is under description please help me guys. I would really appreciate it. Thanks in advance

Create an application using Php and html on which the user can select the background colour, font family and text colour of the page using radio buttons. Store the selected values in a session. On the same page, retrieve the selected values from the session and change the Web page to reflect the selected colours and style. (30 marks)

31st Aug 2018, 6:12 AM
Tkay
4 Answers
+ 5
Presuming this is a school project you are stuck with. You need to make a start and ask specific questions. SoloLearn is here to provide a supportive community, but not to do people's work for them.
31st Aug 2018, 6:18 AM
Duncan
Duncan - avatar
+ 1
I assume you're good enough and it's basics enough to create your different forms with radio buttons. To store the selected values in the session, you can play with the method get or post into your form once the submit button has been clicked on. Otherwise there's javascript with the event onchange(); with which you can play as well. If you do play with javascript, have a look at json_encode() to be playing with javascript and php at the same time. Otherwise you can do it all in Javascript/Jquerry. I hope it has guided you a bit but I can't correct any code here. It's your time to do an application and if you need help, you can always share your code here to get some help. Enjoy :)
31st Aug 2018, 6:34 AM
Sam Pache
Sam Pache - avatar
+ 1
thanks Sam
31st Aug 2018, 7:16 AM
Tkay
0
I just need closure that's all
31st Aug 2018, 6:22 AM
Tkay