Questions tagged as 'php'

0
answers

Problems to install xdebug for sublime text 3 on windows 10

The error that returns to me is this:    Failed loading C: \ xampp \ php \ ext \ php_xdebug.dll I do not know if the error is per file dll or is something else. And in my file phoinfo.php , it does not show me that it is enab...
asked by 12.01.2018 / 17:19
0
answers

404 Page Not Found CodeIgniter2 in Host

I'm trying to upload a small application I made to a host ( link ) but for some reason, the only driver I can call in the 'route.php' is the 'welcome' (the one that comes by default $route['default_controller'] = "welcome" ). When I put th...
asked by 12.01.2018 / 15:34
2
answers

Modal of materialize does not open in hosting

I thank you for entering! It happens that everything inside the while disappears, if I have a button inside the while and another outside the while, only the one that is outside the while is shown, this is the code that I have: The HTML is t...
asked by 11.01.2018 / 22:16
1
answer

I do not work the .load in laravel

I'm trying to load a .php file into a div, I'm working with Laravel but the file does not load me, I've already tried it with raw php and it works perfectly. I already check routes and everything is fine I do not know what h...
asked by 11.01.2018 / 21:24
0
answers

Error: undefined variable in my php [closed]

Hi, I'm trying to edit a simple php that what it does is create a user and also log in. but I have a series of errors: Notice: Undefined variable: db in C:\xampp\htdocs\login.php on line 34 Fatal error: Call to a member function prepare() on...
asked by 18.01.2018 / 15:43
1
answer

How to send an array of javascript to an email either by php or by another technology? [closed]

I have a general arrangement that contains several fixes in which I store the information that has been selected by the user of several steps of a quote, which is the following: var seleccGeneral = [{"Paso 1": selectEmpStar},{"Paso 2": selectE...
asked by 22.12.2017 / 16:31
1
answer

Send Checkbox values of a datatables

I have a problem sending the value of input in state checked to my controller, unfortunately I only send the values of the page where I am at that moment and not all the pages where I have selected a checkbox , what I mean wi...
asked by 22.12.2017 / 18:24
0
answers

Get the value of an input and save it in a variable with Framework7

I'm working on Framework7 and PhoneGap new to me. I'm in a calendar and I use the library that comes with the default Framework7, so I get the base values with JavaScript and JSON and assign them to input . The problem is that g...
asked by 26.12.2017 / 16:34
1
answer

Laravel 5.0 Queries WhereIn

Good morning everyone I have the following problem: from the url I pick up a id with which I make a query from which I take out an array. With this array I make another query to get the data I need in another table. The problem comes to me...
asked by 17.01.2018 / 14:53
0
answers

local.ERROR: exception 'Swift_TransportException' with message 'Process could not be started [The system can not find the specified path. ]

I have a laravel web page that sends a form via a route, that route calls a controller and the controller sends the contact mail. The issue is that this process works perfectly in a hosting, the problem is when I want to run it locally, I get th...
asked by 16.01.2018 / 21:40