Questions tagged as 'php'

0
answers

how to make RewriteRule subdomain dynamically htaccess

It is possible to obtain RewriteRule for subdomains dynamically, I have a project where automated subdomains are generated and I want to obtain the main directory. ex: demo.localhost / product / my-product Thank you in advance.     
asked by 19.12.2018 / 03:32
0
answers

PHP does not take the css

I'm having a problem on my website which when from a controller method that invokes views is not including the public function listProducts() { try { require_once("nav-bar-admin.php"); require_on...
asked by 18.12.2018 / 17:02
0
answers

Execute query and assign values to excel columns

I have a problem and I do not know how to execute a query and pass the values to the respective columns, this I do to generate an excel. I use the library PHPExcel . Query: $query = 'SELECT i.description_item,i.quantity,u.name_unit,i....
asked by 18.12.2018 / 18:17
0
answers

Someone knows Laravel Voyager

I have a problem that I can not solve, does anyone know of Laravel an ADMIN named Voyager? I have problems with relationships when editing form, which gives me an error and, as much as I've read in English, a lot of people do, but I can not f...
asked by 21.12.2018 / 20:53
0
answers

Error inserting data in the database

I am trying to put data in the database using a form, when I do all the data and send it, it returns the blank page and does not enter the data. What am I doing wrong? Form: <!-- Form --> <form class="text-center" style=...
asked by 21.12.2018 / 19:43
1
answer

Borders to rows in phpexcel

Hello, I need to know how to put borders on the rows, now I can only put it to the names of the columns, how can I do it. I'm working with PHPExcel . Code: if ($result > 0) { //TODOS LOS TEXTOS CENTRAD...
asked by 21.12.2018 / 22:30
0
answers

Error loading .sql files

I am trying to load files with the function upload , but when I try to upload a file .sql , I get a message that says:    The type of file you are trying to upload is not allowed. $config['upload_path'] = './doc_anexa'; $c...
asked by 26.12.2018 / 22:55
1
answer

Error showing Json data

Why does undefined mark me when viewing the Json data? Code Javascript : function getNota() { var id_temporada = $("#temporadaVal").val(); var jornada = $("#jornadaVal").val(); $.ajax({ type: "POST",...
asked by 21.12.2018 / 19:11
0
answers

help with dynamic inputs in laravel 5.5

$(document).ready(function(){$(".alergia-boton").click(function(){ if($("#id_alergia_paciente").val().length <= 1){ return false } else{ let valor = $("#id_alergia_paciente").val(); let html = $('#formulario_registro').html()...
asked by 26.12.2018 / 20:30
1
answer

Bar Code Reader and Php

I was asked as a job to create a stock control with barcode reader. I would like to know if the application can be done on the web? Or do I have to do it natively obliged mind? I currently have web knowledge, I have never explored the native...
asked by 17.12.2018 / 14:00