Recent content by De Code

  1. D

    free 60 reddit Upvote/downvotes .

    interested :) but cant send pm's yet lol
  2. 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 =...
  3. D

    Best web programming language to implement this project

    i'll be doing some research about the libraries and github because i never used them before.
  4. D

    Best web programming language to implement this project

    thank you for your detailed answer, i'll continue using PHP / MySQL. and am using xampp its really amazing software.
  5. 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...
  6. D

    Best programming language for the web

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

    [PHP] resetting a variable at 12am

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

    [PHP] resetting a variable at 12am

    cumulative variable and i need to reset it to default for each member at mednight
  9. D

    [PHP] resetting a variable at 12am

    do they need to be declared somehow? integrate time into the script or takes it from the server?
  10. D

    [PHP] resetting a variable at 12am

    care to elaborate more about it?
  11. 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