drupal - using Views_get_view_result to return imagefield contents, but how do I get the path? -


How do I capture images from a node using PHP? I am using views_get_view_result to retrieve the array from the scenes, and I get a serialized string for the image field:

a: 2: {s: 3: "alt"; S: 20: "South Pacific Poster"; S: 5: "Title"; S: 0: "";}

There is no reference to where the image is located or image name. Preview area.

Thanks

Ah! The view is an option for the URL file

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -