Ok, so I want to write a custom PHP script that I am going to insert into a Drupal content type.
I want this PHP script to be able to pull in the information from other fields in the content type.
Basically, those fields will contain data that the PHP script will use to make a database call, and ultimately display to the end user.
Is it possible to reference a field from the current content type in PHP, inside the content type? (Obviously having the PHP code module enabled is required).
Note this is in Drupal 7