I am a new comer to PhP but enjoying it so far. I am just curious about one thing though. I have started building a site but would appreciate help in the following regard.
On the sites editing page there will be multiple options the user can play around with such as check boxes, input fields etc to choose and edit information about an item such as a blue shirt(checkbox), with red stripes(input field).
My question be fore i get started on the meat of this project would be is it at all possible for to have this information updated automatically and reflect in the corresponding fields without needing to refresh the page each time to view the changes?
I ask because i have heard this can cause serious problems for people using a screen reader, so would like to make it as easy for the viewers as possible with minimal problems. For eg, is there an inbuilt function in PhP i could use to achive this and just add custom parameters etc?
I appreciate any help you could give regarding this matter.