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