Posts by gobira26 • 3 points
1 post
-
0
votes2
answers104
viewsQ: how to validate lines from a csv file not to go empty to the database
<?php require_once('csv.php'); require_once('db.php'); class Main { public function process($dados){ …
1 post
0
votes2
answers104
views<?php require_once('csv.php'); require_once('db.php'); class Main { public function process($dados){ …