Hello,

I installed Durpal 5.1 in My PC.

I configure couple of module with drupal 5.1,

I want to developed new project in drupal, I'm very Know LAMP(Linux Apache Mysql PHP).

So anybody can you guide me that " How we can integrate database of project with drupal database ?" and
"How we can create page according that database ?"

For example

database name Student
table name is stud ( rollno, name, address )

we have to view the All student with Edit / Delete

Please let me know anybody can I help

Thanks

From
Rahul Thipse

Comments

nevets’s picture

It sounds like you are missing part of the power of Drupal. What you describe sounds like using the Content Construction Kit (CCK) would be a good choice. It allows you to create new content types (in yourr case students) which gets you the ability to create/edit/delete information. The views module might also be useful if you need to create listing of your new content type.

futbal’s picture

sure, cck should help you..

Sree’s picture

rahul, chk out the drupal basics once again .... u r missing the drupal core ....
cck - is a good option but not for a beginner .... analyse ur requirements in detailed way then look in2 how 2 get ur tasks done !

-- Sree --
IRC Nick: sreeveturi

thipse_rahul’s picture

Thanks All