Posted to tcl by kbk at Sat May 24 14:32:51 GMT 2008view pretty

set siteName [mysqlescape [lindex $arguments 0]]
set url [mysqlescape [lindex $arguments 1]]
mysqlexec "INSERT INTO $table_name VALUES('$siteName','$url')"