Hi All
Could someone help me out by converting this code into PHP. I am not familiar with ASP so not too sure how this code is working
I can change all the database stuff, not the replace section though.
Thanks in advance
Aaron
Could someone help me out by converting this code into PHP. I am not familiar with ASP so not too sure how this code is working
Code:
<% originalproductcode = Replace(Left(recFroogle.Fields.Item("productcode").Value,Len(recFroogle.Fields.Item("productcode").Value)-3),".WP.","#")%><%=originalproductcode%>
I can change all the database stuff, not the replace section though.
Thanks in advance
Aaron