Posts by RafaelNetto • 1 point
1 post
- 
		
-2
votes2
answers78
viewsA: Display next table id in a form input
Checks the $id variable with a var_dump($id). I believe the $result variable is passing an array, so you can use $id = $result[0];
 
1 post
-2
votes2
answers78
viewsChecks the $id variable with a var_dump($id). I believe the $result variable is passing an array, so you can use $id = $result[0];