Questions tagged as 'php'

0
answers

Update a table when changing a select with data displayed by a while, php

My problem is that I have a table of products and the number of pieces chosen, but I have the option that the pieces are changed by a select and consequently the subtotal is changed, and the total of all the buy, but it only works with th...
asked by 13.08.2018 / 14:22
1
answer

Passing javascript data to php

I'm trying to pass some data from a form by passing it through ajax but for some reason the page that sends the data does not arrive at all. This is my javascript code: </script> <!-- Apertura Script -->...
asked by 13.08.2018 / 17:44
1
answer

Using apiDoc Problems with apidoc.json file

I need to document API's and I'm testing with apiDoc. I followed a step-by-step tutorial. however I get this kind of error in the cmd apidoc.json ... create a configuration file apidoc.json which I already believe // Does anyone have any s...
asked by 19.08.2018 / 04:35
1
answer

When trying to insert data into the DB I get an error [HY093]

The fact is that I am trying to insert users through PDO and CRUD and this is generating an error which I can not solve. The error is exactly this    SQLSTATE [HY093]: Invalid parameter number: parameter was not defined File containing...
asked by 22.03.2018 / 11:40
1
answer

PHP Mailer | The emails do not arrive and a strange message comes out when sending

I have a problem several days ago and I am not finding a solution anywhere, first try with php mail, and it did not work for me and they recommended me to use php mailer, but in the same way I think that the secure mail server does not work or n...
asked by 16.08.2018 / 15:39
1
answer

I do not run the scripts in Laravel 5.6

[! [In this part there are the 2 scripts that I am executing, but none of the 2 execute me at the time of running the website.] [2]] [2] I need help, I do not know if in Laravel 5.6 something extra is needed to run the scripts, or if an...
asked by 11.08.2018 / 23:15
1
answer

How to upload information from a Mysql to an EXCEL already established

What I'm looking for is that my information that I present in a mysql, can be shown in an excel already created, and that only autocomplete. I'm using the PHPExcel library ? Now I have the code in this way     
asked by 09.08.2018 / 20:31
1
answer

Create conditional comparing current date with registration date

I need help with conditionals using dates .. I need when creating a record the cell of the table is colored verde , By passing 3 days after the record was created, the cell is automatically naranja and when going...
asked by 11.08.2018 / 17:54
0
answers

What this error is: fatal: can not update the ref 'HEAD': unable to append to '.git / logs / HEAD': Permission denied --in Windows

By making some changes to read and write permissions and deleting some subfolders of my work I could no longer save my "commits". Please if someone can help me, I'm working on the blessed Windows .. I know ... fatal: cannot update the ref...
asked by 11.08.2018 / 10:43
1
answer

Help with arrays and PHP sessions

I am working in a shopping cart, so that the customer can access the shopping cart needs to be registered, when the client starts session I create a variable $ _SESSION ['Client'] from which I extract certain data that previously registered, if...
asked by 11.08.2018 / 04:48