Just wondering if someone could solve something probably really simple for me.
I'm writing a internet access reporting tool that queries an MS Access database.
I currently store the users names in a MYSql table and the internet logs store the username as domainname\username
Therefore I'm trying to concatenate "warmos-nt\"
with a username $username
however I'm getting an error, I think it's something to do with the \ in the domain name part.
Any ideas how I could concatenate these two strings?
Thanks very much for your time.
Mark