Posts by Diego Camilo de Bittencourt • 59 points
5 posts
-
2
votes1
answer29
viewsQ: GIT: Permission error in git merge
Utilizo Ubuntu. A strange thing happens. I have the main project in the master branch and made a new branch for changes and tests. When I create new files in this new branch everything is ok, no…
-
0
votes1
answer222
viewsQ: .on load - does not work JQUERY
Really, I couldn’t understand. In the past I always used jquery’s load function like this: $('#db0077').load('/inc/aula.php', function(){ alert('dentro do load'); }); Now this function is obsolete.…
-
2
votes1
answer571
viewsQ: Take all html tags minor to line break
My doubt is simple, I think. I receive via post the description: $descricao = strip_tags(mysql_escape_string(trim($_POST['descricao']))); And when I print on the screen I use:…
-
0
votes1
answer58
viewsQ: Write to two or more Mysql tables
Doing this with two or more separate Inserts in the same function is simple, but is there any more correct way that consumes the least amount of resources ? On the platform we are working on, all…
-
1
votes0
answers52
viewsQ: .load() affects website performance
I would like to know two things, and if possible an example. I have a system of comments that after sending and writing in the database and appears without refresh, almost equal to the comments of…