Search results

  1. D

    how do i use session php to display info

    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 =...
  2. D

    Best web programming language to implement this project

    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...
  3. D

    [PHP] resetting a variable at 12am

    Hello, I'm trying to make a variable that resets every 12 am how can i do that?
Back
Top