Questions tagged as 'php'

1
answer

When reinstalling plugin, wordpress adds -1 to the name of the folder

Desistale a Wordpress plugin that I developed and gave me an error "could not uninstall completely" , I finished uninstalling it manually deleting the files that had remained in the folder. When reinstalling the plugin is now installed by addin...
asked by 05.08.2018 / 22:30
0
answers

How to put table data in php variable

Well, I tell you, I want to put a path of a folder where the images I upload in mysql are saved. But the problem is that I do not know how to put it. This is what I did: $nuevo_path="images/".$name; It is already connected to the...
asked by 05.08.2018 / 18:46
3
answers

Use modal to confirm if a user is created

I'm trying to get a modal window to confirm whether or not you want to register a user, I'm using php to make it add, the modal window comes out but when you click on the save button, it does not do anything , here I leave the code This is th...
asked by 06.08.2018 / 01:38
1
answer

Check if the value exists in the db and, if it does not exist, run update

What I need is to verify if in column pidio of table faucet of the database is the value true or false (the default value is false ). If it is in false , do something; if it is in true , do nothing....
asked by 04.08.2018 / 23:42
0
answers

$ ajax with POST to a .php

I have a component in Javascript that previously created a file for the user to save it. Now I am changing that functionality so that it is saved when the button is pressed, but it does so on the server. For this I must use code that is not from...
asked by 14.08.2018 / 12:43
0
answers

Column type TIME postgresql, returns object

I have a table that has columns that are of type TIME I work with symfony, so what I need is for this field to be filled in a form generated with symfony, but when it is generated I get this error:    Type error: Return value of App...
asked by 14.08.2018 / 14:23
0
answers

WordPress issues on IIS server and subfolder

I am trying to install wordpress on an IIS server and everything is fine, the issue is that when I place it in a subfolder ( wwwroot / subfolder ) because that's where I need it, when I access it domain which I have configured to directly point...
asked by 14.08.2018 / 14:38
1
answer

Problems Installing Laravel Homestead with Vagrant

I currently have the following installation problem, I am trying to install Laravel Homestead via vagrant but when I run the command from the Git Bash: $ vagrant box add laravel/homestead Instead of allowing me to choose the install...
asked by 10.08.2018 / 15:35
1
answer

Collect the value of GET in a Select and leave selected the correct value

I need to pass the value that I receive from a get to a Select and that the value I receive is selected. So far I've done that, but I only get the option selected by the GET, it does not show me the rest of the options. I show my code in case yo...
asked by 09.08.2018 / 07:51
1
answer

insert data from one api to another api

I managed to install an API so that customers can subscribe, but now I have to pass the data of the subscription form once validated to another page, which is actually a page made also with another API. How could that be done? I think the fun...
asked by 09.08.2018 / 04:13