Let's suppose I have the following data in a table:
John
Pedro
Ronaldo
Luiz
If I use a query %like% it finds the user typing strictly. For example, if he types ron he finds Ronaldo . But if he t...
I am creating a table for data insertion / query that is the most similar to the format of an excel sheet.
My table:
Problem:
As the image above shows, putting input into td , it does not occupy td all, staying...
I need to make an insert in the Entity Framework and at the same time it returns the code of the inserted object,
thus preventing further access to the bank.
I need to return all videos from a certain youtube user, but my current function only returns 50, which is the maximum allowed by the API. is there any method to do this?
$cURL = curl_init(sprintf('http://gdata.youtube.com/feeds/api/users/%s/u...
I have a text file with many emails and I want to save everything in a database, how do I get each email from the file in PHP?
Emails are comma-separated.
Hello, I've already looked in several places for an answer to this question, but until today I did not find it. The question is to be judged on Right or wrong.
Question
Consider a file composed of a large number of independent characte...
I am creating a CSS that simulates letters from a deck, with letters and letter hands. When a one-handed card is selected it is highlighted above the others.
This works fine, however I would like to apply a transition effect to when the card...
I need to set the footer tag to the end of the html page, but when the content exceeds the page the tag footer must accompany the content and not be fixed.
See the CSS code is the HTML code I'm using for this.
header {...
When I use the SOAP UI ( link ) and refer to my asmx webServices, it always creates the operations interface for SOAP 1.1 and 1.2. And I do not realize what the practical difference is. For me the result is the same.
What's different about SO...