hi there guys.
 
i just need some help with mysql query. how can i include c:\dafds\ddsfsd into a feild.
 
example
 
+----+-------------+-----------------------+----+----------------------+
| id | UserName    | password             | DO | datalocation                |
+----+-------------+-----------------------+----+----------------------+
| 35 | guestuser35 | Password              | := | c:\dsfds\ddd                 |
+----+-------------+-----------------------+----+----------------------+
 
 
this is my insert query
 
"Insert into mail
(username,password,do,datalocation)
Values ('$login','$passwd','$do','$datalocation';")
 
Thanks

----------------------------------------------------------------------------
This email has been scanned for Virus by MDaemon AntiVirus part of MDaemon.
Updated daily to keep up-to-date with all new and old viruses.
----------------------------------------------------------------------------