Posted by hoshakhs on November 6, 2012 at 7:54pm
hi All,
i'm new to Drupal and actually i need to know how to create Forms that collect information from the visitor and save it to database or how to retrieve data from database and display it in a table ?
basicly i'm Dotnetnuke developer and ther are extension there that do every thing with drag and drop , is there any thing here like that ?
Many thanks,
Comments
CCK and Views
Use CCK (D6). D7 already built-in with CCK. And Views (http://drupal.org/project/views) to display data into a table, list, feed, etc.