About a year ago I read Joshua Bloch's Effective Java and I loved it. Since then I have started to program in C# as well. Does anyone know of an equivalent of Effective Java for C#?
Hi to all!
I have a query that gets the name and an id.
The results is like this :
54 - Rian Ree Barrientos
I wanted to get the number 54.
I used echo (int)$_GET['number'];
But the result is "0". How can I get the number?