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

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