Click here to Skip to main content
15,908,907 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I have a table feedback(fid, fname,fcontent,fdate) in DB. I want build a page to dispay data of table as:

VB
id: 1
fname: ABC
fcontnet: Comment
fdate: 21/12/2012
-------------------------
fid: 2
fname: ABC
fcontnet: Comment
fdate: 21/12/2012
--------------------------
fid: 3
fname: ABC
fcontnet: Comment
fdate: 21/12/2012


So, how i do write module?
Thank you very much
Posted

1 solution

Start with http://drupal.org/start[^] and let us know if you run into any issues.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900