Search:

Type: Posts; User: fekkesh

Search: Search took 0.00 seconds.

  1. OK, maybe it was the beer! Seems OK now! haha

    OK, maybe it was the beer! Seems OK now! haha
  2. OK thanks everybody! I thought about it and...

    OK thanks everybody!
    I thought about it and decided to connect once, do my stuff in the db and disconnect. But, now only my first query completes and I don't understand what is wrong. I have had a...
  3. Connecting and disconnecting from DB: good coding?

    Hi
    I have a question about performance and good coding in general.
    I have made a function that connects to a MySQL db, makes a query with passed string argument, return the result, and closes the...
  4. Thanks! It worked well!

    Thanks!
    It worked well!
  5. How to copy value from MySQL result to string pointer?

    Hi
    I'm trying to copy a value from a MySQL query result to a string pointer with no success. As soon as I call "mysql_free_result" my variable is empty! If I print the variable before...
  6. Replies
    4
    Views
    12,613

    OK! mktime fixed it. Thanks for helping!

    OK! mktime fixed it. Thanks for helping!
  7. Replies
    4
    Views
    12,613

    Increment a date by 1 day?

    Hi
    I have been trying to figure out how to increment a datetime by 1 day. For example 2009-03-31 13:00:00. I managed to write the following code, but I almost knew before I ran it what would happen....
Results 1 to 7 of 7