Questions tagged as 'php'

0
answers

Connect PHP 7.2 to SQLSERVER 2014

I am trying to connect my PHP v7.2.10 to SQLServer2014 I have seen quite a few tutorials and I have not managed to do it, I have downloaded the corresponding libraries to the version of my PHP (php_pdo_sqlsrv_72_nts.dll, php_pdo_sqlsrv_72_ts.dll...
asked by 03.10.2018 / 20:01
2
answers

Problem with Fpdf in yii 2

Hi, I have this problem with fpdf. at the moment of generating the file, it launches this: Instead of the simple hello world that I ask, Here my controller function, the function is actionGenerate: <?php namespace backend\contro...
asked by 03.10.2018 / 20:59
0
answers

There is some external library to make an FTP connection from PHP, without using the default one

Cordial Greeting. What I want is to make an FTP connection with PHP, Without using the function that brings by default, I want an external one, that can do the same. I do not know if you know any, that you can tell me. Thank you very mu...
asked by 25.09.2018 / 16:10
0
answers

Add a path to the name of an array

How can I add a path to a name that is stored in an array? My arrangement is as follows:    Array ([Archive] = > Array ([0] => Online Catalog [1] = >    link )   [System Administration] = > Array ([0] => Areas and Axes [1] = >   ...
asked by 25.09.2018 / 15:35
0
answers

Error with Check-out in Prestashop

I have a problem when going to checkout where obviously the template address is wrong, since it is calling two different templates. I am new to prestashop and can not find where I should correct this address. I thank you in advance for the...
asked by 25.09.2018 / 16:07
0
answers

Error in a select that depends on another

Hello good morning friends I try to implant this code to this but the val.idpre I do not know how it would go there would help me to see how to implant it porfa link < - this is the one I want to fix someone could you help me:) f...
asked by 25.09.2018 / 15:02
0
answers

How can you encrypt a url in php

<? While($rs = mysql_fetch_assoc( $r ) ){ ?> <a href="index2_content.php?id=<?=$rs[‘id’]?>"><?=$rs['aux']?></a> <? } ?> <? While($rs = mysql_fetch_assoc( $r ) ){ ?> <a href="noticias_detalle.php?id=&l...
asked by 25.09.2018 / 14:49
2
answers

How to pass the value of the select on the same page with AJAX?

I have this code to pass the value of a select on the same page, but I'm passing the value of the select with form ... <!DOCTYPE html> <html> <body> <form action="a.php"> <select name="miselector" id="miselec...
asked by 25.09.2018 / 19:00
1
answer

how to update a field in laravel 5.6

I'm trying to update a field in a table in laravel 5.6 but instead of updating it just adds a new one also happens to me that when I search the register through the show method it does not return anything. the stories table is a new table I just...
asked by 25.09.2018 / 16:48
1
answer

align columns of a HTML select

I'm doing a web form, I try to emulate a listbox, with the html select, the data pulls, but the problem is to show the content of the data obtained, after going through html, css, php, json, js, sql server and other herbs , I get the code to...
asked by 25.09.2018 / 16:57