I need to insert the following text into mysql db: <text1>.<text2>. When I run a statement insert into table(field1) values ('<text1>.<text2>') the output is .. .. If I run a statement insert into table(field1) values ('<<text1>>.<<text2>>') the output is <><>. The statement insert into table(field1) values ('\<text1\>.\<text2\>') produced .. .. result.
Please help!!!!!!



Reply With Quote

Bookmarks