Is there a way to do layers with php like in javascript? Like when you fill on oone field of a form, other field appear based on your answers to that one form?
just echo(); your javascript to your html page. PHP only runs on the server.
Thanks
No, PHP is server-side and layers are client-side. You'll have to use javascript.