Posts by Vladimir • 1 point
2 posts
-
0
votes1
answer42
viewsA: PHP does not publish data in Mysql table
Worked! The problem was this, on the lines: $conhecimentos = mysql_real_escape_string($conhecimentosespecificos); $falesobre = mysql_real_escape_string($falesobrevoce); I used "mysql" instead of…
-
0
votes1
answer42
viewsQ: PHP does not publish data in Mysql table
Hello! I’m a beginner in PHP, I’m trying to build an HTML form that should use a PHP code to send the data to a Mysql table. It turns out that PHP code just doesn’t do anything... doesn’t publish…