This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 2 matches

by adam
Sun Feb 19, 2006 2:57 am
Forum: Scripting Help
Topic: Enter nick problem into mysql
Replies: 1
Views: 3849

when you give up

Like they say when you give up is when you find it. I am still not sure if this is the correct way. Thanx

Code: Select all

set nick [string map {\\ \\\\ \[ \\\[ \] \\\] \( \\\( \) \\\) \{ \\\{ \} \\\} \" \\\"} $nick]
Adam
by adam
Sun Feb 19, 2006 2:33 am
Forum: Scripting Help
Topic: Enter nick problem into mysql
Replies: 1
Views: 3849

Enter nick problem into mysql

Hey guys and girls I have made a tcl that enters user information into mysql. But I have a problem when the nick has a \ in it. Mysql requires the value to be set to \\. set $nick "ad\am" ## Nick need to be "ad\\am" to go into mysql I have tryed {$nick} and a regsub a mate try to...