I'm new using php, and i have a problem that i don't know how to solve, also because i don't even know what to look for in internet...
Basically i started few time ago css , javascript and php and now i have a little bit mess in my head..
So the problem is this one:
I have a page with a body, a wrapper in the center and a rectangular content inside the wrapper (all made with css)..
Inside this content i should put a dropdown list menu (tools, toys, clothes..etc...).
I wanted to make possible that when someone makes a choice on the dropdown, immeadetly a table is created under the dropdown menu (inside the content) and on each cell of the table there should be an image taken from a database...
I have quite in mind how to dinamically create a table basing on the numbe rof images of the recordset, that maybe it's not a problem (maybe
My real question is:
is it possible to modify the inside of a css section on the base of a choice of a dropdown list in that section, without reloading a page and without calling another php page where to make the db query?...
Or if it's necessary to call another page where to make the query, how can i then return to the previous page?.. (this sounds stupid but i'm really a newbe)
I don't know if i wasn't clear,...
I'm looking for a resolution, or a path to follow....
thanks, I.