14 Aug
2009
14 Aug
'09
1:08 p.m.
Stun Box wrote:
The mystery is why there is two backslash for each "User-Name" excepted in the accounting request ? (I ask, because it does the mess in my sql base for accounting).
Because the server understands \t, ", and \n in strings. For this to work, it has to treat the backslash character as special. Alan DeKok.