200
Points
Questions
38
Answers
40
-
I’m very new to PHP and learning a little every day. However, I’m stuck getting attributes from an xml using …
- 526 views
- 0 answers
- 0 votes
-
- 389 views
- 0 answers
- 0 votes
-
I am developing a summarized score card web application.I want to add past data of players.What is the better method …
- 444 views
- 0 answers
- 0 votes
-
I’m calling a method from a SOAP webservice on a C# project and even though I can see the response …
- 474 views
- 1 answers
- 0 votes
-
I wrote a c# function that returns an access token through Microsoft.Identity: authResult = await app.AcquireTokenInteractive(newScopes) .WithAccount(accounts.FirstOrDefault()) .WithPrompt(Microsoft.Identity.Client.Prompt.SelectAccount) .ExecuteAsync(new System.Threading.CancellationToken()); …
- 407 views
- 0 answers
- 0 votes
-
- 394 views
- 0 answers
- 0 votes
-
I have this code $db = \Config\Database::connect(); $query = $db->query("select * from g WHERE g_status = ‘0’ ORDER BY g_date …
- 419 views
- 2 answers
- 0 votes
-
Down here there are my screens, the ‘db’ is the connection with the database. I have been searching for a …
- 0 views
- 0 answers
- 0 votes
-
I want to UNION two tables based on a single column. Assume that, I have a table called t1: Id …
- 395 views
- 2 answers
- 0 votes
-
I want to store an HTML file in MySQL DB so that for every user I can change the HTML …
- 407 views
- 1 answers
- 0 votes