Forums
This topic is locked
Can this be done?
12 Dec 2003 20:25:58 Mike Man posted:
I have this short of code in ASP:<%
Dim mystring
mystring = Replace(Replace(rstArticle.Fields.Item("Body",VbCrLf,"", Chr(39), "" )
%>
What it does it it calls a field from database and this is the field: rstArticle.Fields.Item("Body"
Okay, my question is, how do I do this on PHP page? What are the codes can be done the same above for ASP?
Please help.
Thanks
Replies
Replied 15 Dec 2003 03:16:55
15 Dec 2003 03:16:55 Phil Shevlin replied: