is there any php classes or functions, which will gives us all the days from specific duration? for example, if i want a list of dates from 25/03/2010 (25th march 2010) to 15/05/2010 (15th May...
it seems the built in php functions is not really up to what i wanted.. i may be wrong, but I can't find any example which does what I want there.. anyway, i've decided just to use Java for the stuff...
yup2.. I figured out that's the problem come from. btw here's my fixed createQuery which is now working as I needed. the original one doesn't have the line if (!(elements[i].disabled))
this is something new I learned this week, and I hope someone can shed some light about it. i'm wondering why my ajax post receives disabled value? traditionally it shouldn't, right?
i'm just wondering, how could we combine two executables (program A and program B) into one file (one executables, lets say program C), and if we run the 'program C', both the program A and B...
Thanks for replying. But the problem is not with the connection string, as the same string works for other page. But i've found (?) the problem; it's actually because my table name supposed to be...
i've a php code which works perfectly when it's on my localhost apache server... but when i uploaded it onto my server on the internet.. it gives an error... here's the partial code:
hi,
i have a datagridview which displays data from a MySQL table (using ODBC connection).
what i want to do is, when i click one of cells inside the datagridview, a message box will...
thanks for the information.. but how do we do this in C#? is it simply by searching the .exe filename in the Process and kill the program? If so, this comvigo program can even close Yahoo Messenger...
hmm.. i still think the best way for me is to be able to block certain programs.. anyway for the time being let's forget the reason to do this... is there any way to do this??