Questions tagged as 'php5'

0
answers

Configure Apache2.4-MapServer-Pmapper

Well I'm new to the forum, I'll tell you, I have a server with Ubuntu 14.04 to which I installed Apache 2.4, PHP5.5, Mapserver 6.4 until here everything works fine and it did not give me any problem, the problem came when I installed pmapper, pr...
asked by 05.04.2018 / 13:05
0
answers

How do I solve this problem, when generating my report with the library Html2pdf, on the first page it shows me this sign "?"

I have tried eliminating the tr where is the sql cosulta and the "?" in my report, but when I add the sql query it generates my report but it also generates this "?" in my report vista_html.php <style > table { vertical-align: to...
asked by 05.04.2018 / 19:27
1
answer

Does not delete the record in my BD that I select

This is my query module, where I have the options to modify and delete , the problem I have is that when I click on the delete button only the message of the script "REGISTRATION ELIMINATED "But it does not really delete the data from my BD....
asked by 23.03.2018 / 22:36
0
answers

Problem when updating a field in bulk with excel.CSV

I make a module in which is a data update but it is massive by means of an excel.CSV, I have the following fields in my "worker" table, some are foreign keys of other table: id_ControlPrimaria nombre ap_paterno ap_materno NSS CURP...
asked by 04.04.2018 / 08:48
1
answer

How to rotate pdf sheet Automatically in php

I'm doing a report in php with fpdf and I want to turn the page in order to add more fields. How can I make it so that when it is generated automatically I can make the turn and show it to me horizontally?     
asked by 13.03.2018 / 19:28
1
answer

Do not take the direct values from my Database my Select

Realize my BD with my main table "worker", and depend others of her an example is my table "nomina" with the fields: id_nomina and descripcion_nomina , what I intend with this is that it is inserted or modified through the ID and that it show...
asked by 02.03.2018 / 15:17
0
answers

createQueryBuilder return a well-formatted JSON

Good, I have an action in my controller that what it does is collect the records of the entity Address and make a Join with the City entity to obtain the name of the city (City entity field name), for this I have this code that works but I retur...
asked by 02.02.2018 / 13:17
0
answers

Duplication to store data in a text file

I am studying PHP with a book by Luke Wellin and Laura Thomson and I am in the part of storage and retrieval of files. I am creating a text file that stores the data received from a form orderform.html <!DOCTYPE html> <html> <...
asked by 30.01.2018 / 18:39
0
answers

Error executing sql queries with api sqlsrv driver from php

Hi, I'm working with php5 and sqlserver 2008 database mounted on a xampp server install the driver to work but I get the following error when I run: //conBD <?php $server='x.x.x.x'; $bd='PruebaO'; $coninfo= array("Database...
asked by 26.01.2018 / 19:07
1
answer

Fatal error: Uncaught Error: Call to undefined function oci_connect () in C

Greetings! I was working with PHP Version 5.4.3 connected 2 Databases (Oracle Database version 10g Enterprise Edition Release 10.2.0.5.0 - 64bit) (version Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit) When I upgrade to PH...
asked by 22.01.2018 / 22:26