Posts by Hayashi • 41 points
2 posts
-
1
votes3
answers576
viewsA: Date field in Firefox and IE
The solution proposed by the lost seems to me ideal, but if you are having difficulty working the object, you can try a less orthodox solution, as follows: list($d,$m,$y) = explode('/',…
-
3
votes2
answers4048
viewsQ: Return which of the query items are not in the table?
Is there any way to return which query items are not in a table? Let’s say I have an appointment like this: SELECT id FROM tabela WHERE id IN (1,23,45,68,91,126,345,418,509,610); This will bring me…