Recent content by Em-Em

  1. E

    how can i make moving images (gif format) in photoshop?

    can i do that in photoshop? we once made it in class but i forgot what program did we use..and how?
  2. E

    How can I convert a php page or an html page to pdf?

    If it is possible to do so, please provide me short sample codes... thanks in advance...
  3. E

    How can I count the number of columns and rows of an array in php?

    Please provide short codes as examples... thanks in advance...
  4. E

    How can export an html table to xls?

    Is it possible to export an html table to xls... like when I click on a button, a new xls window will open containing my html table... please provide sample codes that are proven to work... thanks in advance...
  5. E

    How can export an html table to xls?

    Is it possible to export an html table to xls... like when I click on a button, a new xls window will open containing my html table... please provide sample codes that are proven to work... thanks in advance...
  6. E

    How can I include files with a different directory in php?

    For example, I have a folder named sample and inside it are two folders sample1 and sample2... inside sample1 is sample1.php and inside sample2 is sample2.php... How can I include sample1.php in sample2.php... Any help is highly appreciated... thanks...
  7. E

    How can I convert 08 to integer in PHP?

    I need to compute the difference between two times... example, I have two data from my database, time1 = 08:00:00 and time2 = 17:00 and I need to get hour1 = 08: minute1 = 00, and second1:00... my issue is i need to convert 08 to integer 8 so that there will be no problem with my computation...
  8. E

    Is it possible to export MySQL database to PDF using PHP ?

    If yes, how can I do it... Can I also export it to a .xls file... Any help is highly appreciated, thanks...
  9. E

    How can I get the month, day, and year from a date in php?

    If I have this code: $strDate = "2010-07-05"; $date = date(strDate); How can I get the month, day, and year of $date... Thanks...
  10. E

    How can I get the month, day, and year from a date in php?

    If I have this code: $strDate = "2010-07-05"; $date = date(strDate); How can I get the month, day, and year of $date... Thanks...
Back
Top