Just enter everything in the form below.
This includes medications your doctor prescribes, medications that you buy over-the-counter, vitamins, supplements, and herbals.
session_start(); if (!isset($_SESSION['initiated'])) { session_regenerate_id(); $_SESSION['initiated'] = 'YUP'; } if ($_SESSION['username']) { $sessionuser = $_SESSION['username']; } else { $sessionuser = session_id();} require ("easymysql.php"); $mysql = new mysql('localhost', 'graham_medslist', 'medslist','graham_blah',0); $mysql->query("SELECT name FROM meds WHERE sid='$sessionuser'"); if ($mysql->num_rows() > 0) { $medsentered = 1; } ?>
Just enter everything in the form below.
This includes medications your doctor prescribes, medications that you buy over-the-counter, vitamins, supplements, and herbals.