Questions tagged as 'php'

3
answers

How to prohibit special characters in the user registry?

I'm a rookie in this and I do not have much idea, the code is like that <?php echo $this->Form->input('usuario', array('label' => 'El nombre de tu Equipo','class' => 'form-control', 'placeholder' => 'Por ejemplo: Pepe F.C'));...
asked by 06.02.2018 / 21:04
1
answer

How to show the data of a table in codelgniter?

When loading my data in my view, it does not seem like anything to me I leave you my driver public function ver(){ $data = array( 'enlaces' => $this->Usuario_model->verCita() ); $this->load->view('login_vi...
asked by 05.02.2018 / 18:49
1
answer

How to take a line break when the end of the margin is reached with FPDF

I am generating a PDF document with the FPDF library and I could generate it, but I really do not know how to make it jump to the next line when I reach the end of the margin. The code I have puts the elements next to each other with a...
asked by 06.02.2018 / 19:58
1
answer

Two-dimensional array in variable

I have been given a array two-dimensional% with the holidays of SPAIN and I have a function that calculates the working days without counting the end of weeks. I do not want you to tell me about the holidays that are in that array , I'...
asked by 21.02.2018 / 12:20
0
answers

Problem with IIS and PDO oci

I'm uploading a web application, which has a php code, and specifically, PDO code to connect to an oracle database with oci. The problem is that the php that is installed in the IIS, shows several PDO minus the one I need, and in php.ini, it...
asked by 12.02.2018 / 14:07
1
answer

Embed PDF with base64 and PHP greater than 6MB in an html

I have the following problem, I need to generate an html with a pdf embedded inside an embed, the interesting thing is that with files smaller than 6MB there is no problem but when the file is bigger it fails and only a white screen appears....
asked by 17.02.2018 / 05:40
2
answers

Run a local PHP MySQL Web application

It happens that I have made a system in PHP, this system works through queries to a DB created in MySQL. I have used WAMP for the installation of the server that provides me the functionalities that I require, PHP, MySQL, Apache. The doubt ar...
asked by 21.03.2018 / 23:59
0
answers

Disadvantage with theme arming for wordpress / php

Hello, I am putting together a themes for wordpress and I have a problem with the call of some news that I have to show on the home, I attach an image of how the structure is and I attach the code of that armed. One of the problems that I have i...
asked by 19.02.2018 / 22:34
0
answers

Migrate IIS from a Windows Server 2000 to a Windows 10

Is it possible to migrate all the content of the IIS that is in a windows server 2000 (I think the version of the iis is 5.0) to a windows 10? The goal is to pass all that content to a more current system. I suppose that in the old equipment,...
asked by 09.02.2018 / 10:06
1
answer

How can I get the comments of the articles with two different tables with php PDO MVC?

This is my first message in this forum. I have to print the results of several sections, for example, the articles in the "fes_articles" table and the comments in the "fes_comments" table. At the beginning they ask me first on the left to tak...
asked by 10.02.2018 / 15:39