Questions tagged as 'php'

1
answer

Download two scroll with just one

What happens is that I'm using frameset in my code html and the page produces the two divisions frameset a scroll, but I want to lower one, the other also lower. Is there a way to do it? <!DOCTYPE html PUBLIC "-//W3C//D...
asked by 12.10.2018 / 16:35
1
answer

Open iframe link in the same window and not inside the frame

I have a problem, I made an iframe from a .php file on my website, so that styles do not mix with me, it is provisional, this file has a label, the problem I have is that when I clicked it, I opens inside the frame, and I need it to open in the...
asked by 11.09.2018 / 18:04
1
answer

Error inserting into mysql DB with PHP PDO

I'm doing an insert with PHP PDO to a mysql database, I pass an array for the parameters, but it works and I get the following error SQLSTATE [HY093]: Invalid parameter number: parameter was not defined this is the connection method publi...
asked by 10.09.2018 / 00:03
1
answer

Error in Php using Cron in ubuntu

I have a script in php and I want it to run every minute for example, and in the crontab I have it like this: cd /var/www/html/RestApi/ /usr/bin/php /var/www/html/RestApi/prueba.php The thing is that if I execute it without being...
asked by 13.11.2018 / 10:51
1
answer

Customize Login routes in Laravel 5.3

Hi, I have a problem with Login routing with the php artisan make: auth method that generates everything you need From now on it's quite difficult for me to join the project I was doing to this login and its views. But it does not let me change...
asked by 09.09.2016 / 05:31
1
answer

Update does not update table

Good to execute my code I can not change the value in database. Modify.php include ("conexion.php"); $usuario="jose"; $linku= $_POST["linkm"]; $db = mysqli_select_db( $conexion, $basededatos ) or die ( "Upps! Pues va a ser que no se ha...
asked by 16.10.2018 / 02:46
2
answers

How can I show my active or inactive status in php?

   The code. I would like instead of 1 and 0, it shows Active or Inactive. I would appreciate your help. $cadena .= ' <table class="table table-bordered table-hover"> <thead> <th class="col-sm-2"&g...
asked by 17.10.2018 / 15:38
2
answers

Determine the type of file uploaded in PHP

I am working with the upload and reading of a spreadsheet file and I want to check that its type is correct, according to the php documentation the key type of the global variable $_FILES $_FILES['fichero_usuario']['type']   ...
asked by 16.10.2018 / 17:50
1
answer

Correct a text string to date format

Hello everyone I have the following string 09/20/2018 12:21 PM which I want to convert to date format to insert it into a column of a MySQL database that has datetime I tried with the function strtotime but the result what I...
asked by 20.09.2018 / 19:26
2
answers

Wordpress asks me the ftp data to update the plugins

Since yesterday every time I want to update a plugin, Wordpress asks me for the FTP data, which I never had and never put because I use an instance ec2 and I connect to the FTP with the PEM file. Does anyone know why wordpress asks me for this i...
asked by 05.09.2018 / 18:47