Questions tagged as 'php'

1
answer

Error consuming webservice with SoapClient PHP

I am trying to consume a web service with SoapClient PHP, I have made several tests but the only answer I get is the following error:    The server was unable to process the request due to an internal error.   For more information about the e...
asked by 06.06.2016 / 18:15
1
answer

Format with decimals

I have several vectors as arrays and from these vectors only 1 wish to put the state with decimals and thousands separator. How to do it without having to format the other columns? $Vec_PARTEVBLE[20][0]="f_creacion"; $Vec_PARTEVBLE[20][1]="...
asked by 27.04.2016 / 16:32
2
answers

Insert 'N' times of records with the same Input

Good morning I have a form where the input is generated automatically with a for depending on an assigned number. In short, a form of 4 fields is generated n times to be saved information for the same id. The problem is that the inputs are ge...
asked by 15.06.2016 / 16:56
2
answers

Image Change name on server - PHP

Updated: Someone who can help me with this code friends, I have to save an image in server and database. The problem is that it saves the image on the server, but the insert query that I have is not executed. //*-----------------------------...
asked by 05.01.2016 / 16:36
2
answers

Problems with password_verify

I have a problem with the password_verify , because when I try to enter it shows me the wrong password, try the same with sha1 and it's the same. The record: if(count($errors) == 0) *[Aquí empieza el registro, que si no hay ningun p...
asked by 26.07.2018 / 23:40
1
answer

Laravel, create record if it does not exist

I have a project in laravel with a database < a href="/ questions / tagged / mysql" class="post-tag" title = 'show questions with the tag "mysql"'> mysql and another with mysql to make a transfer of data from one system to another, the fiel...
asked by 26.06.2018 / 16:05
2
answers

empty the records of a mysql table with event_scheduler 24h

I want to make every 24 hours vacíen the records of a table from the web. what I wear in javascript is this is not much but is more or less see the idea var now = new Date(); var hours = now.getHours(); if ((hours>=...
asked by 16.08.2018 / 00:16
2
answers

I can not translate the dates into Wordpress theme

I have the following site in Wordpress where I have doctors' records with the days in English and I want to change them to Spanish: link I tried the crazy Translate, I tried editing the .po files directly and even went to review the php files...
asked by 30.04.2016 / 17:41
1
answer

Error in showing index of series of videos from the database?

   I have an error in displaying the results correctly Errors, the problem I'm presenting I get the id_series of the serial table and using the id related, it shows me the data from the chapters table until it is perfect....
asked by 07.09.2017 / 17:54
1
answer

difference between if (condition): else: endif and if (condition) {} else {} in php

I have a question about php, I'm pretty new to web programming and I still messed up a bit with php. my question is, in a php file with the following structure <!DOCTYPE html> <html> <head> <meta charset="utf-8">...
asked by 08.11.2017 / 17:32