Questions tagged as 'php'

0
answers

because the data sent from the query is not captured

I have this query SELECT ID_ESTRUC_PRESUP, AN_FISCAL, CO_PROY_INST, CO_ACC_INST, CO_UNIDAD, CO_PROY_OPER, CO_ACC_OPER, CO_FUENTE, CO_GASTO, CO_GENERO, CO_CONDICION, CO_CUENTA_PRESUP, CO_SNC, $co_mes FROM sialuz5db.dbo.VW_SAL...
asked by 13.12.2018 / 17:30
0
answers

404 Page Not Found The page you requested was not found

I am developing a web system in CodeIgniter, it is the first time I work with it, after having developed the application in my localhost , I decided to upload it to a test server, so I loaded my site in it, I later changed the settings in the f...
asked by 13.12.2018 / 17:16
1
answer

Change of profile picture of a user with php mysqli?

I need to know how to make a user by default contain a profile picture of an anonymous user, and when you change your profile picture you will see the one you placed and remove the one from the anonymous user. I'm using PHP, jQuery, AJAX I...
asked by 08.12.2018 / 21:11
0
answers

Help with a consecutive PHP

Good morning! I have a problem with a function. I have a table called def_client | nombre | apellido| no_cart| | ------ |---------| ------:| | Globe | Negro | 98 | | Scala | Azul | 489 | | Palais | Granate | 66079 | I h...
asked by 08.12.2018 / 15:54
0
answers

Add more options in preg_match_all

I have this little code in preg_match_all , which follows a pattern that copies three urls that start with, /lima.php?s=img&v= ,/lima.php?s=ik&v= , /lima.php?s=zk&v= and copies the image paths of each one starts here a...
asked by 06.12.2018 / 17:23
0
answers

Repeat data when consulting

Hello colleagues I have a problem when I consult data when I consult a data I see everything I want to see normal but if I give the button to consult or consult something else I repeat the function function buscardatos1(e){ datos = { ins...
asked by 06.12.2018 / 19:38
0
answers

How can I use "{$ link-getImageLink ($ product-link_rewrite," + imahov + "," small_default ")}" as a string in jquery?

I think the problem is the bracket { that can not be taken as text Try using this feature: $('.attribute_list li a img').on('mouseover', function () { var imahov = $(this).attr("alt"); $("a.jqzoom img").attr("src", "{$link->getIm...
asked by 06.12.2018 / 20:09
0
answers

Include pdf with printed data of a BD in another php file

I tried to include a pdf that prints data from a BD in a php file and I get errors. This pdf was made with the FPDF libraries. This is the pdf code: <?php require ('fpdf/fpdf.php'); require ('src/autoload.php'); require (...
asked by 10.12.2018 / 13:57
0
answers

Problem with Google Calendar API php

could someone support me with the following error? Uncaught exception 'GuzzleHttp \ Exception \ RequestException' with message 'cURL error 60: SSL certificate problem: unable to get local issuer certificate I was reading a bit and somethin...
asked by 05.12.2018 / 17:18
1
answer

Save dynamic inputs in a BD

I've been thinking about how dynamic inputs are stored in a database for a while. Let me explain: I have a database with an extructure like the following: Now then. If you had in the form that records this data, inputs generated by the...
asked by 05.12.2018 / 16:10