Questions tagged as 'php'

0
answers

Apache server recognizes php_pdo_sqlsrv_56_ts.dll but not php_sqlsrv_56_ts.dll

Good morning, I have the following problem: I have installed the version of Xampp 3.2.2 for apache 5.6.38 , in the file php.ini I added the extensions extension=php_sqlsrv_56_ts.dll extension=php_pdo_sqlsrv_56_ts.dll...
asked by 26.10.2018 / 15:13
1
answer

HOW CAN I FILTER BY DATES TO SHOW THE DATA ACCORDING TO THE RANK?

If you can help me with the following syntax of the code what happens I'm doing a search engine and I'm doing it by filter that consists of a list where it brings me the records that are in the database, plus generate 2 input date one for the in...
asked by 26.10.2018 / 16:11
2
answers

Name of Variable session according to query variable

I want to create variables $_SESSION according to the name of the data that brings me from a query while ($row = oci_fetch_assoc($validacion)){ borrado($row["ID_CENTRAL"]); $_SESSION['echo $row["ID_CENTRAL"];'] = $row["ID_CENTRA...
asked by 26.10.2018 / 15:06
0
answers

PHP - JS - WebSocket connection to 'ws: // localhost: 8125 /' failed: Error in connection establishment: net :: ERR_CONNECTION_REFUSED

I have a problem trying to login to my local webpage. When I click on the enter button or when loading the page, it appears on the console: Making validation of the query I also notice that the variables that are passed by post do not take...
asked by 26.10.2018 / 16:51
0
answers

Fit columns in datatable

I'm using datatables to show some php fields, but I can not place less than 6 columns since it removes the properties like the pager and responsivity and appears to be a normal table. Any suggestions Thanks     
asked by 26.10.2018 / 15:57
0
answers

Failed to load resource: the server responded with a status of 404 (Not Found)

I'm uploading my php page to a hosting but I get this error link     
asked by 04.11.2018 / 23:01
0
answers

Field byte type in postgresql show it in a Laravel view

Good afternoon I have been working with Laravel 5.6 and I must pass an image that is inserted in a postgresql 10 database as a byte field type made embedded php code in view to be able to pull the data and present it but I did not succeed this i...
asked by 26.10.2018 / 14:25
0
answers

login does not redirect to server

I have a login already tested in localhost that works for me and when uploading it to the server it does not redirect me to "index.php", when I enter the user and the pass, but after sending the request to the server I must edit in the URL the "...
asked by 04.11.2018 / 21:42
0
answers

How to configure the CONFIRMATION path of Payu to update a database with PHP - LARAVEL?

I'm integrating the PAYU payment gateway webcheckout. I can now send the purchase data to the payu platform through the form provided by payu webcheckout in the documentation. It's the next ... <form method="post" action="https://sandbox...
asked by 29.10.2018 / 19:47
0
answers

For what reason I can not receive the value commerce_brand by post in the following algorithm

What I want to do is to receive the value of the variable column in the route that I specify by ajax $(document).ready(function(){ //alert("hola"); let selectCards =$('#cards'); let selectEstados = $('#estados'); let columna = 'commerce_bra...
asked by 29.10.2018 / 21:01