I have been trying to extract from this url the number in the section of the image file to be able to load them with glide in android studio
Example:
link
however, I do not know how to do it
I've done this until now:
public int getNumb...
I would like to know how I can use several IFs in a Store procedure in SQL Server,
How would Syntax be?
Here I have an example of one, but this has only one If and one Else and within that ELSE there are two others, but I need to do more and it...
I have an app that contains a ViewPager with its 3 Tabs. When going from the first to the second it is normal, but from the second to the third it gets a bit slow, it should be noted that in the third one I have a gallery of images that a...
I am creating an associative array through php after doing a data validation, this code is to make the "fullcalendar" library work. However, at the end of that validation I need to do a second validation to add another index, but for some reason...
Good morning community.
I have had the following problem for several days and I can not find a way to solve it.
I have an array of objects with their properties, which I show in with an ion-list. I present the listing in the HTML as follow...
As the title says, I need to make a data comparison. The situation arises in the following way. I have a function that receives a parameter that parameter will be processed to remove certain characters from it.
The function is as follows:
C...
I am looking in one form or another for data in my columns
$search = Notificaciones::
where('canal', 'LIKE', '%'.$canal.'%')
->where('region','LIKE', '%'.$region.'%')
->where('cadena','LIKE...
I download a CSV (unicode) file from a website, the fields are separated by tabulation and in double quotation marks and the line break does not do it at the end of each row of how it looks in the CSV, example of how it is see the CSV informatio...
I am practicing webSocket and I try to connect php with javascript - html5 to be able to later make a chat, so I have the following in servidor.php .
$host="127.0.0.1";
$port="3333";
$socket= socket_create(AF_INET,SO...