I'm doing some testing and learning how Drupal works.
I know there are other ways to do this that involve modules such as related content however I want to use php code in the body of one node to display the content of another node. I have done some searches but can't find anything so basic.
I have added a new page into drupal where user can add a link to database. It is a simple form.
I would like to add into this same page also the insert procedure. The theme is amadou.
So when you submit the form it "opens" itself and does the insert.
Here is the code:
I have added a new page into drupal where user can add a link to database. It is a simple form.
I would like to add into this same page also the insert procedure. The theme is amadou.
So when you submit the form it "opens" itself and does the insert.
Here is the code: