Questions tagged as 'php'

2
answers

List MySQL Data in PHP

I have a list of names, emails and messages that I want to show, my problem is that when you show it, only the first of the records is displayed and it is repeated many times. I attach the code: <?php //Conectar con el servidor $link=mys...
asked by 29.05.2018 / 21:13
1
answer

fill a datatable with ajax and php mvc

Hi, I'm trying to fill a datatable in php but I can not do it, this is what I have: driver public function VentasXvendedor(){ $IdVendedor= strtoupper(utf8_encode($_REQUEST['IdVendedor'])); $arrayCli=array(); $dat...
asked by 29.05.2018 / 22:06
1
answer

Warning: PDOStatement :: execute (): SQLSTATE [HY093]: Invalid parameter number: parameter was not defined

I get that error    Warning: PDOStatement :: execute (): SQLSTATE [HY093]: Invalid parameter number: parameter was not defined in C: \ xampp \ htdocs \ Practical1 \ practices \ blog \ admin \ edit.php on line 45 I check line 45 and I real...
asked by 29.05.2018 / 17:17
2
answers

Retrieve select input value

I have the following piece of code that allows me to store new information in a MySQL database and also allows me to recover the saved information and make a modification if I wish. <input class="input_mayuscula" type="text" name="sistema_e...
asked by 19.06.2018 / 10:39
1
answer

I want to hide the buttons if there are less than 50 words and I can not do it. The hide function () does not hide them. why?

<script language="javascript"> $(document).ready(function(e) { $("#b_ocultar").hide("fast"); }); function mostrar(){ $("#texto").show("slow"); $("#b_mostrar").hide("fast"); $("#b_ocultar").show("fast"); } function o...
asked by 20.04.2018 / 07:18
2
answers

Show data of associative arrays in an HTML table

I need to load this data in a table, an issue that I try to show the headers, but in the header of the dates I need that all these dates in a single column of the table and I do not leave .. Can you help me? <?php echo "<p>...
asked by 19.04.2018 / 21:25
1
answer

Google ReCatpcha

I have a problem in understanding the Google ReCatpcha, here is my html code <form id="contact-form" class="contact-form" action="contact_form_handler.php" method="post" novalidate="novalidate"> <p> <input id="name" class="r...
asked by 20.04.2018 / 07:01
1
answer

Problem with do while in factorial

Good I am doing a program that gives you the factorial of a number, I have it resolved in a for and while but when wanting to pass it to do while it does not throw me anything, I do not know why it is unknown a lot about...
asked by 20.04.2018 / 19:32
1
answer

Problems with a wordpress repeater

I wanted to know how I can wait a little more the line "|" between phone and phone I mean give it more air, I tried to give it margin-left but it does not look good stylistically. <ul class="atencion">...
asked by 16.04.2018 / 23:34
1
answer

validate if there are matches in arrangements

I have an arrangement called $ profile array(25) { ["idVacante"]=> string(1) "1" ["fechaRegistro"]=> string(19) "2018-03-06 13:09:48" ["estado"]=> string(9) "Búsqueda" ["idPerfil"]=> string(1) "3" ["idPresupuesto"]=> string(...
asked by 17.04.2018 / 16:04