Likes Received By rybrns
-
JEET liked rybrns's post in the thread Suggestion for PHP-mysql website-based quiz?.
Ok I found the reason the code won't work. My web host provider has disabled the CREATE TABLE command (and others for mysql) in php, an...
Mar 6, 2020 -
JEET liked rybrns's post in the thread Suggestion for PHP-mysql website-based quiz?.
function Open_Database($server, $user, $password, $database) { $db = mysqli_connect($server,$user,$password,$database) or...
Mar 5, 2020 -
JEET liked rybrns's post in the thread Suggestion for PHP-mysql website-based quiz?.
Tried and no go. Table not created. The only difference between what I was trying and what you suggested is the global statement. I had...
Mar 5, 2020 -
JEET liked rybrns's post in the thread Suggestion for PHP-mysql website-based quiz?.
The old php code did all of that except these: allow visitors to change their vote limit votes to logged-in visitors limit votes to one...
Mar 5, 2020 -
JEET liked rybrns's post in the thread Suggestion for PHP-mysql website-based quiz?.
1. Run locally on my hosted web server 2. Current php/mysql versions (most of the ones I reviewed use obsolete php) 3. Ideally allow me...
Mar 5, 2020