Advertisement
Eather

Untitled

Sep 25th, 2012
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.32 KB | None | 0 0
  1.       mysql_query("
  2.          INSERT INTO clientsshared
  3.     SET
  4.    id_client = '',
  5.     login = 'aff',
  6.     password = '123',
  7.     type = 45219843,
  8.     id_tariff = 62,
  9.     account_state = 0.0000,
  10.     tech_prefix = 'SD:;ST:;DP:time-> OR time;TP:time->;CP:;SC:',
  11.     id_reseller= 25,
  12.     type2 = 1,
  13.     id_currency = 1
  14.    ") or die(mysql_error());
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement