Questions tagged as 'php'

0
answers

WebService Error PHP + Android

I have a webservice in php: <?php// incluyendo la librería de nusopa require_once('./nusoap-0.9.5/lib/nusoap.php'); // Configurando el web service $server = new soap_server(); $server->configureWSDL("SaludoXML", "urn:SaludoXMLwsdl"); $s...
asked by 19.12.2016 / 14:22
0
answers

Changing MySQL with ajax and PHP

I have created a system that allows the user to view data from a mysql database and eventually interact with that data (by changing the select column in the database). Currently there is a php script that runs when the user selects the ne...
asked by 15.06.2017 / 18:54
1
answer

How to make a combobox insert text depending on the choice?

I'm using the help of a post here from OS . The difference is that instead of having several options to choose from in the other combobox, I only have one option in the database, which should already be entered in the input, when selecting t...
asked by 14.06.2017 / 17:26
1
answer

Bcrypt in java and php does not match

I have a Php application that registers a person and when the person poe the password, the password is stored in the database in hash form, with the following code password_hash($password, PASSWORD_BCRYPT) Then, I have an application in Jav...
asked by 16.06.2017 / 15:23
0
answers

API RESTFUL - What would be [duplicate]

What would a RESTFUL API be? What difference does it make to a Web Service (which has WebMethods with CRUD operations for example)? Thank you     
asked by 08.05.2017 / 00:16
2
answers

Freight couriers error in pac and sedex

I would like your help in the following errors, the first one is in pac, it returns the value, so everything is fine, but it also brings:    Fatal error: Uncaught exception 'Exception' with message   'Serialization of' SimpleXMLElement 'is no...
asked by 19.10.2016 / 22:57
1
answer

Webservice php without using soap? [closed]

I'm not familiar with Webservice and wanted to know how to make one, without the need to use Soap (to grab data from the bank and consume it in Android Studio).     
asked by 21.10.2016 / 11:13
1
answer

How to insert a file into an array

I'm having a hard time and I could not solve it. I have a configuration file in this file I have an array and several arrays inside it and one of those is my array of routes. What I need to do is to include a file inside that array of routes bec...
asked by 08.09.2016 / 19:23
1
answer

Masks in form fields in woocommerce

I have a problem that I think is a simple solution, but as I am a layman in javascript and jquery would like a help from you. I inserted two new fields into my woocommerce login screen, these fields for mobile and cpf, both of which I would n...
asked by 23.10.2016 / 03:33
1
answer

Select Query with AJAX and PHP

I'm developing a system in php and I own a page where it lists multiple results of a SELECT , so far so good ... and I have input text where I would like every letter I typed in it, the results would be filtered according to the let...
asked by 10.09.2016 / 22:38