Posts by Álysson Alexandre • 257 points
7 posts
-
3
votes1
answer1420
viewsQ: Is it possible to synchronize a mysql server with a local Firebird database?
I’m new to web applications, and I have a Mysql DBMS-based website. What is the best way to synchronize the web bank with a local bank (the bank being on a fixed ip)? The local bank is Firebird.…
-
1
votes2
answers808
viewsQ: Do not rotate iframe until clicking
Hello. I have the Pagina1.php that has an iframe that sits in an invisible div display:none, which shows the iframe only when I click on a button with the ajax function to show the invisible div…
-
4
votes2
answers1103
viewsQ: Javascript - Pick up object id from a list generated with PHP and HTML
How do I get the object id of a list by sending as a parameter to a javascript function. How do I put the id in the send function()? <?php foreach ($contatos as $contato) { ?> <!-- Inicio…
-
1
votes0
answers504
viewsQ: Good practice of calling PHP function
Home: on another page that has HTML, calling a PHP function by Ajax. In PHP: I call a PHP function using the following code: //pego o nome da função que foi passada para o campo hidden @$funcao =…
phpasked Álysson Alexandre 257 -
2
votes1
answer127
viewsQ: Invoke ajax error
I am using, to show that you are loading while sending the client to the web service via php //Tipo do método type: "POST", url: "../Processos/AcCadasCliente.php", data:…
-
2
votes1
answer258
viewsQ: PHP - Full XML in var_dump
Good afternoon, I’m looking forward to seeing xml complete from a SOAP web service response, but when I put var_dump shows only half of it, the other part is replaced by the word "... (length=740)".…
-
1
votes1
answer1017
viewsQ: PHP variable with select(combobox) text
How to put the text in a php variable and not the value of an option? If it is java script, still as I put the text in the variable, because I need to work with this text. html example: <select…