I've seen recordset fields displayed a few ways one being
PHP Code:
<%=(rsExample.Fields.Item("FIELDNAME").Value)%>
And then the shortcut
PHP Code:
<%=rsExample("FIELDNAME")%>
What's the difference (if any)? And are there any disadvantages to using the shortcut?
-- This message may have been cut off and the rest will only be shown to members. To become a member, click here --