Questions tagged as 'php'

1
answer

How to execute a function written in php that receives data from text boxes from a button in another form

I have searched for a number of pages and I almost have the correct answer, but something is missing: what happens is that I execute a function (Save ()) on a page (register_client.php), now, what I want to do is that on my other page (client.ph...
asked by 27.11.2018 / 02:30
0
answers

Help with login, the session does not take me

I work with MVC and I put a condition in the call to the roadmap, where if the user is not in the session, he / she calls the login, that is, you can not enter any driver without being logged in: <?php session_start(); require_once...
asked by 26.11.2018 / 13:11
0
answers

How to show records in a table when clicking?

I have this graphic that you see in the attached image, I need to make that when I click for example in Peru I bring in a table the successful as well as not successful I am using the Highcharts library This is the code I'm using...
asked by 26.11.2018 / 13:08
0
answers

Relate tables with PHPGenerator and MySQL foreign key

I'm doing a database to keep track of orders digitally. I have a table cliente , with three columns: IDcliente , Nombre (varchar) and Código (integer). The second table, Registros is composed of several Col...
asked by 26.11.2018 / 10:17
0
answers

Schedules of laravel in cpanel, shared server

I am trying to register the Schedule to execute the commands that are already created, but they are not executed, I register them from a cron task I have used several ways /usr/local/bin/php /home/findelmu/findelmundoremates/artisan schedu...
asked by 23.11.2018 / 23:53
0
answers

Problems with bootstrap table headers 3

I have a table created with boostrap 3 and used datatable to have the data better organized and be able to search more easily. The problem that is presenting the table is that the titles are not well aligned as the size of the device is getting...
asked by 24.11.2018 / 02:16
0
answers

Inquiry in each

Hello classmates, someone could help me how to show a SELECT QUESTION inside each one I want to show the data this post I have the data of the observations $.post('php/formularioactualiza/MostrarResultPre.php', datos, function(observaciones...
asked by 23.11.2018 / 20:02
1
answer

keep selected select value

Hi, I have a select that filled it with values from the database; each value is associated with another table. What I need is that the option of select that appears selected is the one that is associated with the other table. <...
asked by 29.11.2018 / 14:18
0
answers

Error: Attempting to get ownership of a non-object

I'm having the following error when trying to get the value idEtapa in this way $ activity-> stage-> idEtapa. I have the same error accessing this way: $ activity-> stage ['idEtapa']. My code is this: public function GuardarCronogr...
asked by 29.11.2018 / 15:39
1
answer

Problems with sending a question form with the assembly of PHP

I am having problems with setting up a PHP for a form on a website, the problem is that I do not receive the data that I am putting into each input. I wanted to know if it is well armed or if I have to take into account something to be able to p...
asked by 29.11.2018 / 15:20