I need to prevent the assigned filter from being lost when paging, modifying, deleting and / or searching for records. This is one of the 3 input I have assigned to a table in sql, all three share the $result .
How do I add the variable...
I have created a helper with a proper function to hash the password (named CustomHash) and it registers well but does not log in, following a tutorial of similar questions I did the following:
Create a folder libraries = > App \ libraries...
I have the following options, which should update two different sw:
in the first I have the options of ninguna, aut, y hab and in the second I have the option of sw_visible , which is 1 or 0 dependent if it is activ...
I have a table where I keep 6 data between them, a field where the path of an image saved on the server is saved.
I have a button inside the page called details where clicking it shows a modal window with the information of this, but I do not...
I'm using Datatables and showing the data from an HTML table works perfectly, but when I want to show SQL Server data from PHP I get the following error:
My PHP code works in the following way:
<?php session_start();
if (isse...
I need to add to this php code validation smtp of gmail or my own domain, I do not know how to do it since this form I got it on the net and I am beginning to familiarize myself with the php language. Thank you!
/* Set e-mail recipient */
$mye...
Make a PHP form for a web page, the problem is that when I add the address of my domain ".com" it never comes to my inbox. I have done tests with my gmail and outlook account, even with a ".com.mx" account and with these I do not present the sam...
I am trying to make a query to my table by specifying, taking an id, in specific:
$id=$_GET['id'];
$Consult= "SELECT * FROM pagos_colegio WHERE id='$id' AND mes BETWEEN ('jan' AND 'Dec');
";
$result= $conexion->query($Consult...
Good morning.
I have a web application made with symfony2 (php), in which I have a form with some data, which I want to send to my other web application made with spring (java). What technology and / or technologies should I use to achieve this...
I have developed a PHP form with several fields. All of them type text box or drop-down boxes. I need to add a new field of type "table".
Inside the database I will store it as an array or XML. This will be the format of the form (see the Tea...