Hi,I cant get this to work. This is what I've done so far, can someone let me know where I'm going wrong...
I have created view complete with some fields etc and confirmed that the view is viewable. So far so good, now to get custom-field stuff going.
I then created another field of type 'Customfield: PHP code'
Under the setting for this field, I have ticked the box 'Rewrite the output of this field' and placed some PHP complete with teh < ? php ? > tags
I have also placed some PHP in the text box that is under teh tick box 'Do not rewrite if empty'
When I view the view, I see the literal contents of the first text box (the PHP has not been run) and nothing for the contents of the second text box.