Instead of $myQuery = "SELECT * FROM users"; try to put the name of the columns in your query, like this; $myQuery = "SELECT id, name, username, email, password, phone, join_date FROM users";
Let me know if it works.
I am using a countdown timer I've found in google, I just modify some line of codes to make the timer to count up instead of counting down and I want it to not reset if the page is refresh or the browser is restart. From what I know I need to use cookies for this but I don't know how to incorporate it to my code.
Here's the code.
<html>
<html>
<head>
<title>Timer</title>
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
</head>
<body>
<span id="countup">00:00:00</sp
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.