Questions tagged as 'php'

5
answers

Variable of SESSION for a form

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...
asked by 06.09.2016 / 20:21
1
answer

Laravel 5. * add own hash

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...
asked by 02.09.2016 / 22:21
1
answer

Update using ajax and javascript

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...
asked by 08.07.2016 / 16:04
2
answers

How to Show an Image in Modal Window Bootstrap

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...
asked by 27.07.2016 / 18:42
1
answer

Invalid JSON response

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...
asked by 28.07.2016 / 16:57
1
answer

How to add SMTP authentication to this php code?

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...
asked by 29.06.2016 / 16:45
3
answers

Problem PHP web form with Godaddy server

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...
asked by 29.06.2016 / 22:42
2
answers

How to consult between months or dates

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...
asked by 02.07.2016 / 12:35
1
answer

How do I send the data of a form (symfony) and capture it in java (Spring)?

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...
asked by 13.07.2016 / 22:49
2
answers

Editable grid with Jquery and PHP [closed]

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...
asked by 19.08.2016 / 15:02