Questions tagged [simpleusers]

A simple user management script written in PHP/MySQL which allows you to easily add login protected areas of you website.

SimpleUsers is a simple user management script written in PHP/MySQL which allows you to easily add login protected areas of you website.

3 questions
2
votes
3 answers

Php Error Message " Uncaught exception 'Exception' with message 'Query Failed:Array"

I tried to render a table from MS-SQL Database to Webpage and i get this error. I'm still new in PHP. Please help Useraccess.php
user3165474
  • 164
  • 2
  • 10
1
vote
1 answer

How to terminate PHP session on windows close?

I use SimpleUsers Class and created a database-based login system. Here is SimpleUsers on Github Here is my question: How to terminate PHP session on windows close? When the windows closed the session for logged in user is open yet. How can I close…
0
votes
1 answer

Dump list of users to website?

I have excel sheet list of user accounts that I need to export to website. Userid, first name, last name, I can log into website and create accounts manually, is there any quick tool in can use to accomplish the same task? You need to log into…