Questions tagged as 'php'

4
answers

Convert xml to array or json in php

Can you please help me to convert some data that I have in xml to json or to an array in PHP? This xml I consume it from a web service and when using a var_dump or echo I confirm that I do have an answer and the data that I require, however,...
asked by 15.12.2016 / 20:36
1
answer

FullCalendar plugin 3.1.0 is not displayed correctly

I can not get FullCalendar to be displayed correctly in my blade template of Laravel , I do not know what I'm doing wrong. The result I get is the following: It is supposed to look like this: I'm using Laravel 5.3 , jQue...
asked by 21.12.2016 / 01:47
2
answers

Send a variable to the controller from AJAX in CodeIgniter [duplicated]

I have the following problem, in a view I get the data of a user through a foreach and one of them is the code, which through a link, I execute a function that passed the same code as parameter: <a href="" onclick="cargarID(<?=...
asked by 20.12.2016 / 23:50
1
answer

Error filtering twice with combobox

I try to filter by race, shift and cycle, with a combobox I get out but when I try to insert another one and also filter the previous one they do not work anymore, I hope they help me. This is my code: <form action="busquedaadmin.php" me...
asked by 31.12.2016 / 15:29
1
answer

Problems with accents Laravel 5 server

I have this: <html lang="es"> <meta charset="utf-8"> also in config/database I have 'charset' => 'utf8' . Still I have problems with the accents. In the local DB tests the problem is working with the DB of...
asked by 19.10.2016 / 21:10
1
answer

Problems with cakephp 2.8.8 = Notice (1024): Element Not Found: Elements \ default.ctp [CORE \ Cake \ View \ View.php, line 425]

I have problems showing a notification message when I save, edit or delete boostrap to style the website, the code lines are as follows: The one above is the edit driver and the message that appears to me is this
asked by 21.10.2016 / 01:57
2
answers

AJAX does not run with element a with href indicated

Good morning, I am using a small script to update my database when I click on a link. That link has an onclick event. At the beginning to see the values that I was giving in the console, I did not have any links. Once seen that it work...
asked by 02.04.2017 / 22:23
1
answer

Solution for PHP Notice: Undefined index: internalid [closed]

I do not understand what is wrong with this code //$expense_categories = explode(chr(13), $row[expense_categories]); $categoryResult=mysqli_query($db,"SELECT category_id,category FROM expense_categories order by category_id"); if(mysqli_num_ro...
asked by 30.03.2017 / 20:25
2
answers

Repeat div element to simulate an infinite slider

Good morning, I would like to know if there is any way to make a slider that is infinite. I currently have a slider with a div that has a linear motion animation that is repeated. <div class="cont-princ-slider">...
asked by 02.02.2017 / 19:21
2
answers

Difference between @yield and @include in Blade de Laravel

Hello people wanted to know if there is any technical difference, in principle and for the function that I give them, they would be working the same. It seems clearer to use @include . but I would like to know if there are any details t...
asked by 23.09.2016 / 17:39