I'm trying to print the image field from a node using the nid in the url.
$nid = $_GET['field_item_request'];
Is there a specific way to do this?
I'm trying to print the image field from a node using the nid in the url. $nid = $_GET['field_item_request']; Is there a specific way to do this? |
|||
|
|
|||||||||||||
|
I needed to add a specific style to my image. So I modify the code above to fit my needs. Hopefully it will help somebody out.
|
|||
|