Questions tagged as 'php'

0
answers

Divide results of a query in two different positions in Laravel

I need to divide the result of a query into two different positions, the positions would be the following: <table> <tr> <td>Aqui el 50% de los resultados</td> <td> Aqui otro tipo de contenido&...
asked by 29.11.2018 / 23:40
2
answers

as a full html code as TEXT in database through AJAX?

I have a html code, I need to use AJAX, by pressing the button: Save, that all the code is saved in the database in a field type TEXT     
asked by 30.11.2018 / 11:29
1
answer

Iterate schedules with carbon and laravel

Hi, I have the following code with carbon where I want to get an array with the start time until the final hour every 30 min. It does not work for me Any suggestions. $inicio = $horario[0]->end_date; // 08:00:00 $fin...
asked by 28.11.2018 / 16:37
0
answers

Error updating PHP record

I make a module in which I intend to update my records, validating that the non_active field is filled in my form. But I get an error that the active number field is empty, but in my form it is full. I already checked my code but I can not...
asked by 28.11.2018 / 23:23
0
answers

I can not log in, circular reference?

I can not log into my website, will not it be a circular reference? I have index.php: <html> <head> <title>GESTION WEB</title> <meta charset="utf-8"/> <link rel="stylesheet" type="text/css" href="c...
asked by 29.11.2018 / 00:10
0
answers

show data json in html table imported in link using php

I want to be able to show in an html table the following elements that a json is bringing me but I have no idea how to do it ... <?php // Initialize cURL and make the request $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, 'https://cashaff...
asked by 29.11.2018 / 04:14
0
answers

Possible PHP Error when trying to access a website by CMS Joomla

(first of all I would appreciate any type of edition in title or context since everything related to this is not conceptualized since I barely have a month of experience in these subjects) Since last Thursday I have been trying to see my webs...
asked by 29.11.2018 / 11:29
0
answers

Publish to facebook profile with facebook API

Hello friends, I hope you can help me. I tried to publish in the profile of facebook I have not succeeded, I tried with api javascript and in the php without results; I have tried with different permissions and nothing. They could help me wit...
asked by 29.11.2018 / 17:47
1
answer

I get this error. UnexpectedValueException Invalid route action: [App \ Http \ Controllers \ AspiranteController]

Route::get('aspirante','AspiranteController'); <?php namespace App\Http\Controllers; use Illuminate\Http\Request; use Illuminate\Contracts\Validation\Validator; class AspiranteController extends Controller { public function i...
asked by 29.11.2018 / 16:48
0
answers

Change of status in PHP

I am doing a api to change the status of an item within an inventory, for certain processes the change can be applied. else if(isset($_POST['id']) && isset($_POST['x'])) { $connection = new MySqlS...
asked by 29.11.2018 / 18:22