Questions tagged as 'php'

1
answer

Passing data from a table to a modal Laravel and Ajax

I have a table that brings up my results from a search via Ajax . But I need to open a modal with more details about the table items, but I can not pass the data to the modal. Here is the code: Content of my Query Controller public funct...
asked by 29.03.2017 / 20:27
0
answers

MySql Relationship Table

I have a view called 'clients.blade' where the administrator will choose which clients a particular developer can see, however, I do not know how to save those changes in the database. Model public function Clientes () { return $this-...
asked by 29.03.2017 / 19:11
1
answer

Create and query Wp

Is it possible to create a table in the Wp database to insert values and change them, or would it block me? I wanted to create a simple table just to validate, insert a number and if necessary to change that number.     
asked by 18.08.2017 / 15:35
1
answer

View pdf in another browser tab with php

Good afternoon guys, Next, I created a budget form in php and requested that the user when visiting my site, can request the budget and send it to my database. So I would like it as soon as it clicks on sending (remembering that when sending...
asked by 17.08.2017 / 19:29
1
answer

Dependent selects in PHP

I have two selects, the second select being totally dependent on the first. I would like to make the filter, but I can not see a solution. Could someone help me? <!-- Todas as tecnologias --> <div class="mws-form-block"> <d...
asked by 05.10.2017 / 13:59
0
answers

How to page a JavaScript filter in Laravel 5.4?

I created a search filter for a table, in it I have Description, Model, Status, among others 'inputs' to make the search. But after the search is done, pagination does not track the result. Here is the code below: Index: @extends('admin/l...
asked by 02.05.2017 / 19:35
2
answers

How to display data from a query in Modal?

I have button type="button" and I want it to capture information from my texts so I can query MySQL and display that result in a modal >. However, I am only able to capture this data in button type="submit" and this type="s...
asked by 28.04.2017 / 18:01
1
answer

Api Google maps

Hello everyone who has done integration of google maps api. I need to show nearby places like hospitals - parks - restaurants and being able to check out the ones that do not display has something in the api documentation about it. I do not want...
asked by 02.05.2017 / 16:48
1
answer

PHP + CodeIgniter - Persist search parameter in pagination

Dear friends I use the PHP + CodeIgniter help. I'm new to CodeIgniter and I have the following question. I'd like to persist the Search parameter in pagination that I'm not getting. After choosing the category of the client, for example: I...
asked by 14.09.2017 / 12:55
0
answers

array_filter in array inside SimpleXML object

I have the following object: object(SimpleXMLElement)#2 (1) { ["cinema"]=> array(82) { [0]=> object(SimpleXMLElement)#4 (11) { ["@attributes"]=> array(2) { ["id"]=> string(3) "716" ["grupo-economico"]=> str...
asked by 03.04.2017 / 19:01