Posts by Paulo Roberto • 1 point
1 post
-
0
votes2
answers42
viewsQ: Query problem using SQL in PHP
I have the following code: $nomeConteudo = $_POST['tipoConteudo']; echo $nomeConteudo; $id = $conteudo_fkid->cataId($nomeConteudo); echo $id; In it, the variable methodName receives the value of…