Friday, November 12, 2010

PHP Tutorials Source Code

  • PHP Event Calendar Source Code
  • AJAX Calendar Source Code
Click here to view the Source Code

4 comments:

  1. Hello !

    First I would like to thank you for the good work with your scripts.

    Currently I am using your PHP MYSQL Event Calender Tutorial Source Code and I would like to ask if you can give me some tips or ideas on how to insert the possibility to delete and modify each event. That would be extremely helpful!

    Thank you once again for your attention,

    Ricardo Barranco

    ReplyDelete
  2. Hello, I am sorry for not been active...

    You can delete/modify using id...
    Example of delete statement:
    "DELETE * FROM eventcalendar WHERE id=13"
    Example of modify statement:
    "UPDATE eventcalendar SET Title='Award' WHERE id=13"

    Thanks for using my tutorial as a guide...

    UnknownGhost03

    ReplyDelete
  3. Hello. Your scripts are really great. They help me a lot with my project. May I ask how to minimize the range of years and month? For example: The user can only view the current year and only two months ahead of that current month?

    Please. Help me.

    ReplyDelete
  4. hi, i am facing a problem with the PHP event calendar i can;t get the month of February in the calendar...i used the same code but i am getting this problem...

    can you help please..

    Thanks..
    Anam

    ReplyDelete