Guest User

Untitled

a guest
Jan 21st, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. function btnLoginClick($sender, $params)
  2. {
  3. $mysqlsvr = new SQLConnection('10.10.1.27', $edUsername.Text, $edPassword.Text, 'exp_main');
  4. $mysqlsvr.open;
  5.  
  6. if fails then
  7. WARNING
  8. else
  9. Open new page
  10. }
  11.  
  12. $text = $this->ComponentName->Text; // Right.
  13. $text = $ComponentName.Text; // Wrong.
Add Comment
Please, Sign In to add comment