Hi
is it possible to make?
I like to display a calender [a month at a time]. Then from the data taken from an xml file, calendar displays some dates in green color and some in red color, and some in gray color. green dates are clickable that lead to a web page. red dates are not clickable. calender displays the past dates in strik-through font style and not clickable. please find the attachment of sample image.
can someone help me please.
Thanks in advance
krs

    PHP can parse xml and you can make a calendar using PHP, as I have done both.

    The solution is more in depth than a simple post. I would recomend just doing a search for a tutorials on how to parse xml using PHP (also look up parsing RSS feeds using PHP). Once you know how to make the data into PHP variables you can then take any one of hundreds of PHP calendar scripts or tutorials and make your calendar.

    And if you have a problems or question on how to manipulate particular parts of the code I am sure you can get more help here.

      Hi ShaneH
      I am super new and i have no idea. you say you have done both and so you would be able to help please.
      Thanks
      krs

        Write a Reply...