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)
4 odpowiedzi
+ 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.
+ 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 :)
+ 1
thanks Sam
0
I just need closure that's all