Hi there,
This is my first post here 🙂
A week ago, I'm boring using php based website/webapp's simple HTML controls such as textfield, testarea, buttons, radio and dropdown.
I've seen ASP.NET and Java/Servlet using more advance controls such as Tab Control, Grid Control, File Explorer Control, RichText Control, etc... and wondered that those controls are DHTML (so they can displayed by web browsers) and technically, can be use by PHP too, isn't it?
Is there any way to do this in PHP? How can I do it? and is there any resources or examples?