hello all
i have a guest_link table with a column "contents" has value: <-- #include file="guest.inc" -->
in my asp code, i pull that data out of database
<%=contents%> and i expect it'll call that file.inc, but it does not.
Instead it gives me a text string printed on the screen <-- #include ... -->
Do you know how to call the .inc file
Thanks
i have a guest_link table with a column "contents" has value: <-- #include file="guest.inc" -->
in my asp code, i pull that data out of database
<%=contents%> and i expect it'll call that file.inc, but it does not.
Instead it gives me a text string printed on the screen <-- #include ... -->
Do you know how to call the .inc file
Thanks