Link to home
Start Free TrialLog in
Avatar of rgb192
rgb192Flag for United States of America

asked on

What is a code example of combing the login, select, update using php.

followup to
https://www.experts-exchange.com/questions/28366958/use-a-php-function-and-not-exclusively-mysql-for-my-learning.html?anchorAnswerId=39865569#a39865569

this is an example of a mysql connection and php function combined.

I have thought of ways to create code but my code is very disorganized.  

What is a code example of combing the login, select, update using php.
Avatar of Julian Hansen
Julian Hansen
Flag of South Africa image

The referred question is about prepending and appending - not about login and select?
If by "login" you mean PHP client authentication, this article shows the way.
https://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/A_2391-PHP-login-logout-and-easy-access-control.html

Words like "login" and "select" have not got any single specific meaning in computer science.  They are terms of art, but the meanings range over a lot of intellectual territory.  So when you ask for an example of "login" it's like asking for an example of "England."  There are so many answers that it's not possible to predict which one(s) might be useful to you.

If you want to try to explain what you're looking for in a little more detail, we can probably help you find something that satisfies the need for an example.
ASKER CERTIFIED SOLUTION
Avatar of mankowitz
mankowitz
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rgb192

ASKER

thanks
login, select, update