CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: imin

Page 1 of 6 1 2 3 4

Search: Search took 0.13 seconds.

  1. Replies
    1
    Views
    1,814

    php date list for specified duration

    hi

    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...
  2. Thread: php mime encoder

    by imin
    Replies
    4
    Views
    2,279

    Re: php mime encoder

    oouh... don't tell me it's that simple... :D anyway I should try it... thanks :D
  3. Thread: php mime encoder

    by imin
    Replies
    4
    Views
    2,279

    Re: php mime encoder

    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...
  4. Thread: php mime encoder

    by imin
    Replies
    4
    Views
    2,279

    php mime encoder

    hi

    i need my php application to encode my email so it would look quite like this:



    From: 60123456789
    To: Undisclosed
    Message-ID: <4677928.1.1263362226968.JavaMail.SYSTEM@geoflex-dafd13d>...
  5. Replies
    2
    Views
    1,312

    Re: php get specific data in multi array

    yup2, thanks a lot .. i got what i need by using foreach :D
  6. Replies
    2
    Views
    1,312

    php get specific data in multi array

    hi

    i have a multi array data, which when printed using print_r, it's displayed like this:



    Array ( [recipes0] => Array ( [recipeID] => TM-ce57 [count] => 2 ) [recipes1] => Array ( [recipeID]...
  7. Replies
    4
    Views
    8,354

    Re: ajax post receives disabled value

    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))


    ...
  8. Replies
    4
    Views
    8,354

    Re: ajax post receives disabled value

    hmm.. i tried your methods but still, the disabled value is POSTED.
  9. Replies
    4
    Views
    8,354

    ajax post receives disabled value

    hi

    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?

    here's...
  10. Replies
    3
    Views
    1,063

    Re: mysqli retrieve unspecified amount of fields

    ouh..thanks... simple select should be OK it seems..
  11. Replies
    2
    Views
    4,639

    Re: mysql order by column from another table

    ooouh...thanks a lot davide... that's exactly what I needed!

    thanks again
  12. Replies
    2
    Views
    4,639

    mysql order by column from another table

    hi

    i'd try to ask in the most simple manner... :)

    i've a table named 'first' which contains these field:

    user | name | points

    and second table named 'second' which contain these field
  13. Replies
    3
    Views
    1,063

    Re: mysqli retrieve unspecified amount of fields

    no one understand my prob?
  14. Replies
    3
    Views
    1,063

    mysqli retrieve unspecified amount of fields

    hi

    i faced this problem since yesterday and I still haven't got the right solution yet

    to cut it short, here's my preparedstatement query



    $query = "select * from ingredients where id=?...
  15. Replies
    4
    Views
    1,101

    Re: combine executables

    thanks for replying, but as far as i know, these options won't combine two programs into one file, right?
  16. Replies
    4
    Views
    1,101

    combine executables

    hi

    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...
  17. Replies
    2
    Views
    725

    Re: insert query failed.. only when online

    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...
  18. Replies
    2
    Views
    725

    insert query failed.. only when online

    hi...

    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:


    ...
  19. Replies
    2
    Views
    1,065

    Re: show data in datagridview

    thanks... actually i've already got a way to do it... anyway thanks for the alternative way
  20. Replies
    2
    Views
    1,065

    show data in datagridview

    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...
  21. Replies
    18
    Views
    3,125

    Re: block another program from running?

    hmmm.. how do we look at the internal/original name of the filename? thanks
  22. Replies
    18
    Views
    3,125

    Re: block another program from running?

    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...
  23. Replies
    18
    Views
    3,125

    Re: block another program from running?

    hahaha.. i thought the long scroll bar means I have many people answering my question, but then..

    oh, well..

    ok..back to the topic... i found this program called IM Lock (www.comvigo.com). it...
  24. Replies
    18
    Views
    3,125

    Re: block another program from running?

    hmm... isn't there any other way? since some firewall could do this (block programs from running), right?

    anyway how do we configure the windows security to block certain program? cause i've never...
  25. Replies
    18
    Views
    3,125

    Re: block another program from running?

    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??
Results 1 to 25 of 142
Page 1 of 6 1 2 3 4





Click Here to Expand Forum to Full Width

Featured