Questions tagged as 'php'

1
answer

LARAVEL Multitouch auth recognition to access Home

Detail I have added a new Admin table for custom logeo to different sections, everything works perfect for me as I have it now, and editing the config/auth all right up there. My problem is that I can not call the view home.blade.php...
asked by 05.12.2018 / 17:35
0
answers

IMPLEMENT AJAX IN ARCHITECTURE MVC php

I have a question about how to implement ajax in php MVC. my file structure is as follows: I do not know which directory should use the ajax requests     
asked by 05.12.2018 / 16:51
0
answers

preview a document in laravel

I have a list of files that is in the Mysql database, it is shown as a list and it gives me the names of the files that are in it, for example my view that is a table with the list of all the documents. or txt or pdf or png or jpg that can be up...
asked by 05.12.2018 / 20:01
1
answer

How can I validate a time type field with this code?

What I need is to modify this script so that it takes the value of a time input from which I must take the time and validate it with mysql and show the user a div that says it is available or that the time is not available selected $(documen...
asked by 05.12.2018 / 18:07
1
answer

downloadUrl with file in local

I'm working with the Google Maps API where I upload the locations and descriptions from the server to the map. For this I have 4 files db_connect.php where I have my function that connects PHP with my MySQL database and db_gmapi th...
asked by 07.12.2018 / 00:09
2
answers

display the data of a multiple SQL query

I have this code that is perfect and everything, but my question is, how would you do to show the data? I mean when I make a simple query, it's enough for me to write: **while($datosx = mysqli_fetch_array($consulta)){ echo $datosx["fila de la...
asked by 07.12.2018 / 01:46
1
answer

How to show all the contents of a database in HTML?

Good I need to know how I do that the url lodged in my Database can extract them with php and place them in the "src" of the images so that they always load. You will see I have the following problem, I am doing a social network as a degree proj...
asked by 07.12.2018 / 00:15
0
answers

pass several files to a laravale form

I have this method in which when I touch the file checks, all the files that are checked are displayed in my select public function mostrar(Request $request){ $clients = DB::table('clientes')->select('id','nombre')->where('pais', $...
asked by 04.12.2018 / 14:46
0
answers

error 500 by postman when connecting phalcon with mongodb

I am trying to connect the phalcon framework with the non-relational database mongo DB, by making the configurations shown on the phalcon page and some forums, I still can not make the connection and every time I want to make a query or any inte...
asked by 04.12.2018 / 16:50
0
answers

Login with roles does not work

I have the following problem: I am creating a login in which 2 types of users (Admin and Client) can enter. But for some reason, the PHP entry form of the client does not work for me, I have changed the type of login and many times, with diff...
asked by 04.12.2018 / 14:15