Posts by Eduardo • 41 points
7 posts
-
0
votes0
answers16
viewsQ: how to call a Function JS in the parent file
Hello guys to using to make window in my app Jspanel which is excellent but I’m calling a page detro the window using the script below $.jsPanel({ title: 'Cadastro de usuário', "resizable" : false,…
-
-2
votes2
answers42
viewsQ: Retrieve specific information in string
I am developing a tool that collects from a string only the ID fields and the name. However I do not know how to do this in php follows below the string. <s:Label x="10" y="10" text="NOME"/>…
-
-1
votes1
answer36
viewsQ: Select with Jquery
Personal I have a json return by Jquery and wanted to load the content in a field select my javascript this way: $.ajax({ type : 'POST', url : 'Acoes.php', data: {'ACAO' : 'BUSCA_SETOR' }, dataType:…
-
1
votes1
answer4781
viewsQ: Vue.js with pure PHP
I’m starting at the Vue.js and now I’m in a moment that I can not do. I need for example connect in PHP and select the Mysql to bring some data. I do not know how to proceed in Vue.js, I’ll put the…
-
2
votes2
answers63
viewsQ: How to make 2 queries in different database with PHP
I have 2 banks online, and I would like to make a consultation in the 2 banks as I mount the connection? $Conn_1 = mysql_connect("teste","teste","teste"); $Db1 = mysql_select_db("BANCO1"); $Conn_2 =…
-
1
votes0
answers25
viewsQ: Compare number of columns between tables?
I have an online system and I’m always updating it on my local machine, and I always make changes to the table columns. I wonder if there is a script where I can compare the number of columns in…
-
0
votes2
answers478
viewsQ: Bank check with ajax
I never worked with ajax but I need in a form do a search on MySQL to check if the login that the user is typing already exists. In the input field I put a onBlur for when the guy jumps from the…