Eric Rohloff,
Thank you for responding, I did put the letters up front and a single number at the end, if need. My application is pretty long. Most of it will look like this. This what was on my error Page.
<?php echo 'Access denied.'; exit(); ?>
Mon, 18 May 2020 05:53:42 +0000: Failed to execute query on table: Application(CREATE TABLE `Application`(_rowid_ int(11) NOT NULL AUTO_INCREMENT,
`firstname1` varchar(255) NOT NULL DEFAULT '',
`lastname2` varchar(255) NOT NULL DEFAULT '',
`middelname3` varchar(255) NOT NULL DEFAULT '',
`suffix4` varchar(255) NOT NULL DEFAULT '',
`homephonenumber` varchar(255) NOT NULL DEFAULT '',
`email` varchar(255) NOT NULL DEFAULT '',
_transactid_ (varchar, 255) NOT NULL DEFAULT '',
_fromaddress_ (varchar, 255) NOT NULL DEFAULT '0.0.0',
_flags_ (int, 225) NOT NULL DEFAULT '0',
_submitted_ (VARCHAR, 255)
_rowid_ (int, 40) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1
[0] 42000 [1] 1118 [2] Row size too large. The maximum row size for the used table type, not counting BLOBs, is 65535. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs