Hello,
how do i use the session.php to display information for example profile page
i did this , could anyone help
$query = "SELECT userintake from login where username = '$user_check'";
$ses_sql = mysqli_query($conn, $query);
$row = mysqli_fetch_assoc($ses_sql);
$userintake =...
Hello,
I'm working on a project for school, where i need to develop a website to keep track of the user daily calorie intake. where he could get recommended calorie intake + log his food "kcal value" + keep track of progress "graphs and stuff".
I started doing the project with PHP"login and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.