I have .php page where I am inserting various inputs. It directs those inputs to my data base page in phpmyadmin but it also creates empty cells in my data base(phpmyadmin) which I do not want. Can you help me to prevent this empty duplication.
Asked
Active
Viewed 29 times
0
-
your database is Mysql. Phpmyadmin is a tool to display and interact with the database. – Lelio Faieta May 23 '19 at 08:07
-
@LelioFaieta that is right data base phpmysql. How to remove duplication of empty rows. I am new to development. if you can help – Bhat Ovas Qayoom May 23 '19 at 08:30
-
"data base phpmysql" ...no, the database is just **mysql**. PHP is a programming language – ADyson May 23 '19 at 08:39
-
1The link shown in the yellow box above your question gives suggestions about how to solve your problem - it has been discussed many times before already. – ADyson May 23 '19 at 08:40