Questions tagged as 'php'

1
answer

Problem when sending a pdf

Hello everyone, sorry, I have a problem when generating a pdf since I get an error, I do not know who could help me Warning: count(): Parameter must be an array or an object that implements Countable in C:\xampp\htdocs\simple-invoice-maste...
asked by 17.08.2018 / 05:16
1
answer

Problem when calling an input I can not find a solution please help! JQUERY

Script where I send the information and show it <script> $(document).ready(function(){ $('.btcar').click(function(e){ e.preventDefault(); var car = $(this).attr("id"); var stock = $('#stock'+car).val();...
asked by 17.08.2018 / 07:09
1
answer

Validate a select in JQuery by obtaining a string value from mysql

I comment, I have a normal registration form in html, the thing is that using the select, I want to load the same value (in this case a select, when I register I select the option I want) that is stored in the DB . The id that I use in the optio...
asked by 17.08.2018 / 03:09
0
answers

Consume WSDL Web Service function with Nusoap PHP

someone helped me, I'm new to php and I'm trying to consume a service by the soap protocol and I could not call the function that contains an array with a list to load it to a combobox. If someone could help me, I'd appreciate it. $respuesta...
asked by 17.08.2018 / 03:08
0
answers

configure magento 1.9 products

I have a problem: Necestio configure the front end of the products of my store but I could not, I have the theme Logancee I bought it. I passed the link from my store so they can see what it looks like. But it should look like this:...
asked by 14.08.2018 / 18:51
0
answers

convert html to pdf with Html2Pdf

What I want is to print a pdf file with the text that I have in Ckeditor I get it and I send it with ajax using the following function $('#botontexto').on('click', function() { var texto = CKEDITOR.instances['editor1'].getData();...
asked by 14.08.2018 / 18:46
0
answers

Indefinite index - Error in obtaining the contents of a field

Good I do not understand because it tells me that I have not defined the value idValidar. Error    Notice: Undefined index: idValidate in   C: \ xampp \ htdocs \ PHP_WEB_MMR \ Platform \ PHP \ Project \ validateProposal.php   online 21...
asked by 15.08.2018 / 14:47
1
answer

Access Prohibited! error 403

I downloaded a Github code written in php, and when wanting to run it on localhost, it sends me the following message: **¡Acceso prohibido!** **Usted no tiene permiso para acceder al objeto solicitado. El objeto está protegido contra lectura o...
asked by 15.08.2018 / 13:35
0
answers

How to load information in an open Excel from a PHP

I have this code and what it does is that it keeps information inside an excel, in this case "Hello World!" , but what happens is that the excel has to be closed so that such execution can be made and when I try to do it with the open excl it se...
asked by 13.08.2018 / 14:49
1
answer

Error in showing confirmation or error message

I have a problem sending the confirmation of the sending of the form, I am not showing any when completing the data or having a shipping problem. The link with Mailchimp if it works perfect. if ($_SERVER['REQUEST_METHOD'] == 'POST') { $fnam...
asked by 13.08.2018 / 14:25