Jump to content

JoeSzoladi

New Members
  • Posts

    1
  • Joined

  • Last visited

JoeSzoladi's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I'm having an issue that is probably really simple but I'm missing it somehow. I have everything showing up fine in view and view-paginated, I can enter as many entries as I want through phpmyadmin and they show up perfectly. I can delete them using this script and it works perfect. If I hit edit it brings up the fields populated as it should, validation works, but when I hit submit everything seems to work but it doesn't change it. The same goes for adding an entry through the script, everything looks good but it doesn't add anything the the database. If anyone can figure it out I would definitely appreciate it -- Server version: 10.1.26-MariaDB-0+deb9u1 -- PHP Version: 7.0.27-0+deb9u1 -- Table structure for table `players` -- CREATE TABLE `players` ( `id` int(11) NOT NULL, `traffic` varchar(6) NOT NULL, `shipper` varchar(32) NOT NULL, `ship_city` varchar(32) NOT NULL, `reciever` varchar(32) NOT NULL, `rec_city` varchar(32) NOT NULL, `date` varchar(32) NOT NULL, `rate` varchar(32) NOT NULL, `description` varchar(255) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; connect-db.php delete.php records.php view.php view-paginated.php
×
×
  • Create New...