Skip to content

Instantly share code, notes, and snippets.

@adamramadhan
Created February 8, 2010 16:52
Show Gist options
  • Save adamramadhan/298336 to your computer and use it in GitHub Desktop.
Save adamramadhan/298336 to your computer and use it in GitHub Desktop.
$data['username'] = $username;
$datauser['username'] = $username;
$data['password'] = $password;
$data['companyName'] = $companyName;
$data['OwnerFn'] = $OwnerFn;
$data['OwnerLn'] = $OwnerLn;
$data['companyPhone'] = $companyPhone;
$data['partnership'] = $partnership;
if($db->AutoExecute('company', $data, 'INSERT'))
{
$db->AutoExecute('content', $datauser, 'INSERT');
$message = "Your account was successfully created. Please <a href=\"index.php\">click here to login</a>.";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment