Account allows a user to authenticate (does not imply authorization) to system services and be granted authorization to access them;. To log into an account, a user is typically required to authenticate oneself with a password or other credentials for the purposes of accounting, security, logging, and resource management.
Questions tagged [account]
1288 questions
-1
votes
1 answer
PHP Sign In - mysql_fetch_array returns NULL
I am attempting to get a simple account sign-in setup and functioning; However, when running my 'signIn' function I seem to keep hitting 'Unsuccessful login'.
I used the var_dump function trying to locate the problem, and saw that…

Andrew
- 241
- 1
- 4
- 12
-1
votes
1 answer
deposit() function of this checking account C program
I am writing a program in C to simulate a checking account. There are codes for transactions, I = Initial Balance, D = Deposit, and C = Check(you write a check to someone, like a withdrawal). There is a monthly fee of $3.00 to maintain the account,…

Futbolero
- 11
- 1
- 2
-1
votes
2 answers
Printing balance, What m i doing wrong?
I want to maintain 100 Balance at all cost.
Please tell me what m i doing wrong?
static void withdraw(float cash){
if (balance>100)
balance=balance-cash;
System.out.println(balance);
else
(balance<=100){
…

rahyyl
- 23
- 3
-1
votes
1 answer
Where can I find more information on how to sync up accounts to an APP?
When I say that, I mean if I'm creating an APP that I want to work in conjunction with say instagram, twitch, or facebook, etc, where they log in with their account first, how could I go about that? I'd want to essentially do an ADD-ON and make it…

Aspiring Coder 2.0
- 71
- 7
-1
votes
1 answer
Account page - Showing account information
Hi I'm trying to write an account page that shows the information for the logged in user. This is what I have so far: