hey
i want to extract text from a database and use it as ASP code.
for example,let's say i have the following text inside a table row:
my name is: <%=Name%><br>
<%If Not Country = "" Then%>i live in: <%=Country%><%End If%>
i want to get this from the database, parse it and return the result to the user.
first i thought of using regexps and eval but it's not good enough.
any ideas?
thanks
i want to extract text from a database and use it as ASP code.
for example,let's say i have the following text inside a table row:
my name is: <%=Name%><br>
<%If Not Country = "" Then%>i live in: <%=Country%><%End If%>
i want to get this from the database, parse it and return the result to the user.
first i thought of using regexps and eval but it's not good enough.
any ideas?
thanks