From d7786f4356acd8c24a289920c143073681457d8f Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Wed, 8 Aug 2018 10:35:08 -1000 Subject: [PATCH] removed old comments --- includes/titleranks-add.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/includes/titleranks-add.php b/includes/titleranks-add.php index 8df1c6d..74b2e56 100644 --- a/includes/titleranks-add.php +++ b/includes/titleranks-add.php @@ -5,11 +5,6 @@ error_reporting(E_ALL); mysqli_report(MYSQLI_REPORT_ERROR | MYSQLI_REPORT_STRICT); # delete the above when shit finally works -# use "$_POST['tid']" to show title ranks already associated with the selected title -# and above that list put the input boxes for text and number_format -# investigate if we can put multiple input boxes and loop through them to insert into the database -# https://stackoverflow.com/questions/34469482/how-to-insert-multiple-inputs-into-the-database-using-the-power-of-php - unset($_SESSION['title']); if (isset($_SESSION['tid'])) {