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...
am new to programming and i learned little bit of each javascript, php, and started to read some about python.
so far am still sticking with php.. but i'll be following this Post to read more.
thanks guys a lot of info in here lol
sorry, yeah its stored in Mysql Database, localhost phpmyadmin
its food log script calculates calories ate per day, so i need it to reset at 12 midnight
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.