Questions tagged as 'php'

0
answers

SOAP-Laravel-CRUD

I'm using laravel , ubuntu , apache2 , and the zendframework/zend-soap library. I've been able to client-soap and I'm trying to server-soap . I was able to do a select with server-soap on remote BD (m...
asked by 18.05.2018 / 16:27
0
answers

Share facebook button, how to customize?

I want to make a share button to put on a website. The button will basically share a url with data I already have stored in my variables. When reading the documentation of the button share of facebook, I saw that the parameters are now caught...
asked by 17.05.2018 / 20:14
0
answers

How to get data from json to php

I have the following webservice script, I connect normally with the external host (code: 200) But in echo ResponseBody nothing appears. How do I show the data? <?php $USER_NAME ="abc"; $PASSWORD = "abc"; $sessionResponse = null; $se...
asked by 18.05.2018 / 20:39
1
answer

Fipe table Change year 3200

Hello ... I have a system that pulls the fipe table information, but it pulls the year 2018 or 2019 as 3200 How to change? This is the code that searches through a dynamic select $conectando = "SELECT * FROM fp_ano WHERE codigo_modelo =...
asked by 18.05.2018 / 20:38
1
answer

How to capture the URL of the first image of my post in WordPress?

I have a site in WordPress , but it does not host image on the server itself, only on external servers, it has some form in PHP , to capture this url, , capture the first image of the post, I've seen themes like this, but I do not know how to...
asked by 03.05.2018 / 04:28
2
answers

Creation of tables with cardinality 1: N

I have two tables, PRODUTOS and INSUMOS . To create a precise product of various inputs, I would like to know how to proceed with this relationship in MySQL. Should I create a table called COMPOSICAO and work on it only with...
asked by 30.08.2018 / 20:26
0
answers

Uncaught SyntaxError: Unexpected token

I'm consuming data returned from a JSON Web Service , where I run arrays , to compare values between URLs and < strong> if equal , replace with its name. We have teams, places, categories and modal names, each with its identification code,...
asked by 30.08.2018 / 14:29
1
answer

Form Ajax and PHP open dynamic list with SQL query

Friends, good afternoon! I need to edit a form that was already ready, including some new options. I do not know much about PHP, and I'm having a hard time getting the form's combobox to return a SQL query. This form was developed with PHP...
asked by 03.09.2018 / 19:28
1
answer

Submit Multidimensional Array

I have a Form with input checkbox and text '<input type="checkbox" name="formandos_servicos[]" value="'+data['id']+'">'+ '<input type="text" name="nome_funcionario_servicos[]" value="'+data['title']+'" >'+ '<input type="text" na...
asked by 30.08.2018 / 21:05
1
answer

How to change the background of posts in wordpress and leave each one with a different color?

Hello, I'm having a problem. I'm trying to make each post have a different background color. I tried to use this code below in css but it leaves all the posts of a single color. div.postagem > div:nth-child(1) { background: #edc333; }...
asked by 31.08.2018 / 19:08