Questions tagged as 'php'

2
answers

Roles in symfony

I have several roles set in Symfony hierarchically ROLE_1: [ROLE_2] ROLE_2: [ROLE_3, ROLE_4] ROLE_3: [ROLE_4] ROLE_4: [ROLE_4] in a twig I need to execute an action strictly for t...
asked by 16.06.2017 / 15:07
0
answers

Problem with the Apache Xampp

I have to use PostgreSQL for a job and I enable the pdo and the extension of postgres in the file php.init and the same does not connect me with the tables, I realize that in the console I place the command: php -m The postgres do...
asked by 16.06.2017 / 18:48
1
answer

like I think page in an entry in wordpress

I would like to make a page in the wordpress entry search the web trying with < - nextpage - > in the editor and adding the function in the sinple.php file but it does not work for me They know some plugin in which you can only page...
asked by 04.06.2017 / 18:22
2
answers

Mysql query that shows matches and then the rest of the rows

I have a MySql database in which I keep activities with the following structure. id (int) | nombre(varchar) | descripcion(text) | mes(tinyint) What I'm trying to get is to show in php a list of them from the current month. Until...
asked by 04.06.2017 / 23:49
1
answer

It appears only price comes out and not the regular price

I have some products in WordPress using WooCommerce . The plugin uses 2 prices: regular price and the sale price . I need some of those products to show me the 2 prices, and in others, only the sale price : The problem is t...
asked by 06.06.2017 / 16:02
1
answer

Fill a texfield from a combobox in EXTJS6

I had to continue a project and I have some doubts about EXTJS6 . It happens that the one who worked before used Sencha Architech, which I do not know how to use it very well so the files I have been seeing and understanding them by han...
asked by 06.06.2017 / 00:32
3
answers

How to pass a selected value in a datatable through POST?

I am using a DataTable to display information and I have a select with another group of data I would like to be able to give it to the $_POST fix the value that I select in the table and the select one. This last one I ha...
asked by 05.06.2017 / 20:53
0
answers

Connection refused in XAMPP

I have configured the Apache and MySQL ports (4433 and 8080). It always worked for me with 8080, but today, when I put in the address http://localhost:8080/ , it gives me the following message:    Connection refused: localhost: 8080...
asked by 09.06.2017 / 12:46
1
answer

Curl does not work with Amazon

Good, rather it is a consultation. I am doing a project that analyzes the online shop link (ebay, amazon, etc) and brings the title, image and price of the product to make calculations according to the weight and other expenses to bring to the c...
asked by 08.06.2017 / 15:04
1
answer

Differences between input and get

I have a question about Laravel, what is the difference between Laravel's input and the get: Input public function fooFunction (Request $request){ $request->input("foo"); } Get public function fooFunction (Request $request){...
asked by 08.06.2017 / 19:08