Posts by Miguel Campos • 145 points
18 posts
-
0
votes1
answer319
viewsQ: Ionic 3 Property 'value' does not exist on type 'Htmlelement'
I’m developing my first App using Ionic 3, and since I don’t have much experience in Typescript, I added jQuery to the project to perform functions such as enabling and disabling a textarea, or…
-
0
votes2
answers279
viewsQ: Replace foreach php by each jquery
I’m using jQuery to print returns from a JSON Web Service, the script works normally, but the page loading is very slow, I’m using PHP tags within my jQuery script, I would like to use only jQuery…
-
2
votes0
answers691
viewsQ: Uncaught Syntaxerror: Unexpected token <
I’m consuming data returned from a Web Service JSON, in which I travel array columns, for compare values between Urls and if equal, by its name. We have names of teams, locations, categories and…
-
-1
votes1
answer406
viewsQ: array_search() expects Parameter 2 to be array, null Given in
I am consuming a Web Service for the first time, I created a function to scroll through the columns of a variable, find the value I need, using the array_search find another value in a different…
phpasked Miguel Campos 145 -
-1
votes1
answer940
viewsA: Warning: Illegal string offset, array_column and array_search
I managed to solve as follows, the error was in the location of the call, I added an is_array inside the foreach camp and it worked perfectly! foreach((array)$campeonato as $camp){…
-
-1
votes1
answer940
viewsQ: Warning: Illegal string offset, array_column and array_search
I have a script in php, which searches, and compares some JSON returns in 5 different URLS, filters and replaces by their names, it works with some table items, but also returns me the following…
-
1
votes1
answer48
viewsQ: Failed to Replace ID with PHP Team Name
I am consuming a web service in php, I created a function to compare championships and return me the id of the teams that will play or will play, in another url, I have the name of the teams and the…
-
0
votes0
answers36
viewsQ: Divergent Results When Filtering Response in API
Edit: I managed to get him to create a single tab-crash, but now he’s not filtering the games according to the championship as you can see in the image below, he’s printing them all! I edited the…
-
0
votes1
answer22
viewsQ: Doubt print more than one item in return JSON web service
I have a site in Wordpress and in it I am consuming a Web Service, I created a function to filter the championships based on some information, If all are true, it returns the name of the respective…
-
0
votes1
answer160
viewsQ: Doubt Compare Values Returned from JSON Webservice
I have a site in Wordpress and in it I am consuming a Web Service, I created a function to filter the championships based on some information: Sex : M Modality : 2 Category : 4 If all are true, it…
-
1
votes1
answer59
viewsQ: Doubt how to separate returned items from a web service
I have a site in Wordpress and in it I am consuming a Web Service, I created a function to filter the championships based on some information: Sex : M Modality : 2 Category : 4 If they are all true,…
-
1
votes1
answer22
viewsQ: Doubt Syntax error in PHP / jQuery function
I’m consuming a Webservice on a client’s website. i get the url return, filter the way I need, to display only the championships on condition: "SEX : M ""MODALITY : 2""CATEGORY : 4" Being all true,…
-
0
votes0
answers161
viewsQ: Doubt Consume Web Service in Wordpress
I have a site in wordpress, made by myself, is called School Circuit, in it I need to consume the data of a webservice for management of championships, teams, games, students, etc... The company…
-
2
votes0
answers120
viewsQ: Logical Doubt Generation of Laravel Rounds
I have a championship management system in Laravel. The system works perfectly, but I’m having problems generating rounds, I need that regardless of the number of groups enrolled, the system can…
-
-1
votes1
answer601
viewsQ: Undefined variable Laravel error
I have a management system of football championships, but I’m having problems to display the data of the specific championship, I’ve researched about the error, but I can’t find where is missing the…
-
1
votes2
answers80
viewsQ: Script syntax error jQuery product variation
I have a script in jQuery, which basically filters the product variations of Woocomerce Wordpress and selects the desired option by adding the attribute "Selected", the big problem is that, I have a…
-
1
votes1
answer161
viewsQ: Doubt Js code for div exchange
I have a site in Wordpress and I’m having difficulties in the following function, I created a small script, that when clicking a button, it should replace a div for another, to exchange content…
-
2
votes1
answer1370
viewsQ: doubt select with modal
I’m having trouble executing an action on my website. I have a select with some options, I need to select one of the options and give Submit on a button, while doing this would have to open a modal…