Posts by Gustavo Willer • 1 point
1 post
-
0
votes2
answers56
viewsA: PHP form does not save
You’ll need to debug your code better to understand which part of the code is generating an unwanted output: Consider using the php function var_dump. Here are some tips: How to debug code in PHP?…