Posts by Carlos Renato • 61 points
4 posts
-
3
votes1
answer187
viewsQ: What to put in the $.post ajax variable
Hi, I’m not very good at javascript,ajax,jquery and json I’m still learning and remembering that I’ve researched a lot, but I couldn’t do what I want. The following is my project is in MVC with…
-
0
votes1
answer48
viewsQ: Bug in accordion jquery
Hello I have a problem in my jquery, it seems that everything is right... here code of jquery <script src="js/jquery-1.3.2.min.js"></script> <script type="text/javascript">…
jqueryasked Carlos Renato 61 -
-1
votes2
answers176
viewsQ: Doubt with foreach
This system is done using PDO library , mvc and bootstrap, I will explain my question. In the controller part I have a file QuestãoController.php there I created a method chamaFormulário(), within…
phpasked Carlos Renato 61 -
2
votes1
answer5481
viewsQ: PHP Error: "Notice: Uninitialized string offset"
I’m trying to solve a problem with initializing a variable, how to fix it? <?php $texto1 = $_POST['texto1']; $texto2 = $_POST['texto2']; $texto3 = $_POST['texto3']; function randString($size) //…
phpasked Carlos Renato 61