Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 sql server and php problem!

Author  Topic 

v.nithya789
Starting Member

1 Post

Posted - 2010-06-08 : 17:37:21
i am facing a problem. i have a csv file and i inserted it into the database using load infile function. it got inserted successully. but when i tried to retrive it using php an extra charater < d> gets added into the feild( its not there in the dtabase it only gets posted on the webpage) for example if the table is abc def ghi

in the webpage i get it as abc< d> def< d> ghi< d>

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2010-06-08 : 19:07:06
It doesn't sound like you are using Microsoft SQL Server, which is what SQLTeam.com is all about. If you are using a different database platform, then you should post your question on a site that specializes in that technology. You could try dbforums.com or mysql.com (if you are using MySql).

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page
   

- Advertisement -