Results 1 to 8 of 8

Thread: Easy PHP Calendar Version 6

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Apr 2010
    Posts
    5

    Default

    that greattttttt

  2. #2
    Join Date
    Apr 2010
    Posts
    3

    Default

    Quote Originally Posted by 1amir1 View Post
    that greattttttt
    yes indeed ... good work!

  3. #3
    Join Date
    Nov 2009
    Posts
    76,596

    Default PHP XML Parser Functions

    PHP XML Parser Introduction

    The XML functions lets you parse, but not validate, XML documents.


    XML is a data format for standardized structured document exchange. More information on XML can be found in our XML Tutorial.

    This extension uses the Expat XML parser.

    Expat is an event-based parser, it views an XML document as a series of events. When an event occurs, it calls a specified function to handle it.



    Expat is a non-validating parser, and ignores any DTDs linked to a document. However, if the document is not well formed it will end with an error message.


    Because it is an event-based, non validating parser, Expat is fast and well suited for web applications.


    The XML parser functions lets you create XML parsers and define handlers for XML events.




  4. #4
    Join Date
    Apr 2012
    Posts
    6

    Default

    great thx :)

  5. #5
    Join Date
    Jun 2012
    Posts
    5

    Default

    Although a calendar is not so usefull, you can practice your php skills with this project.

  6. #6
    Join Date
    Nov 2013
    Posts
    6

    Thumbs up

    you done well.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •