Questions tagged as 'php'

2
answers

How to update postgres database structure without altering its records?

What I need at this moment is a way to update the structure of the database without altering its records, I have a database that has not been touched for a long time according to the versions of the system I currently manage, therefore I need to...
asked by 06.07.2017 / 21:12
1
answer

how can I validate an Input type file so that the name of the file I collect does not have special characters

Try using the html5 validation to tell it to accept only lowercase letters but it does not work. I am using the following to take the file and the following script to send it to the php where it will be processed. <input id='file-0d' class=...
asked by 03.07.2017 / 20:47
1
answer

Consume a PHP Web Service from Java Desktop

In order to connect to the WS, the credentials and the method have passed me. Previously I had the WS Style error that was RPC, I solved it by adding a plugin to Netbeans. Now when I put the URL of the WS, NetBeans starts loading and shows an...
asked by 21.06.2017 / 16:37
2
answers

'updated_at' in field list is ambiguous in Laravel

I have the following error in a laravel query, the query that I execute is the following one. $usuarioE->roles()->update(['kaseya_rol_user.state'=>0]); and the error thrown at me is [Illuminate\Database\QueryException] SQLSTATE...
asked by 21.06.2017 / 22:13
1
answer

Send a form by mail

hello everyone good I'm trying as I can send a form that contains php to an email WITH PHPMAILER
asked by 21.06.2017 / 20:10
1
answer

Error: Call to a member function get Startdate () on null

I'm having problems with this error and I can not tell why it is. The error is as follows: On the one hand I have a form which sends various data per POST , including a date. I receive the information in another PHP file where...
asked by 19.06.2017 / 17:54
1
answer

Add JQuery in Wordpress using HOOKS

I have a function that runs through a hook in wordpress, in which I install the JQuery add_action('init', 'iniciarJQuery'); function iniciarJQuery() { if( !is_admin()){ wp_deregister_script('jquery'); wp_register_script('jquery', ("ht...
asked by 18.07.2017 / 16:35
0
answers

Lag in an input of type text

I'm having a real-time lag problem in a text input of a form. With lag I mean that when writing, since you press a letter until it is displayed on the screen, it takes a few thousandths of a second, and if you write fast it costs more and the pr...
asked by 17.07.2017 / 08:24
0
answers

Connect website with sql server 2008

I'm starting to learn a bit of programming, and I try to make a record that connects to a sql manager studio 2008 r2 database. Everything is fine in terms of the local environment, the registry works just like the sql, but as soon as I upload th...
asked by 12.06.2017 / 00:13
1
answer

error in json and ajax

This is my mistake:    DataTables warning: table id = table - Invalid JSON response. For more information about this error, please see link I'm using codeigniter. What happens is that a data table will load the data with ajax making...
asked by 16.06.2017 / 22:15