Results 1 to 5 of 5

Thread: How to use XForms in PHP?

  1. #1
    Join Date
    Jun 2009
    Posts
    321

    How to use XForms in PHP?

    Hi friends,
    I have used the PHP programming language to better extent. But there are some things that I don't know about. Recently I have been told to use the XForms in our assignment. But I don't know anything about it.!! So thought that someone hanging out there might be interseted in helping me..!! Please tell me how to use XForms in PHP? Since I don't know much about this, please explain me in detail.

  2. #2
    Join Date
    Aug 2006
    Posts
    227

    Re: How to use XForms in PHP?

    XForms is a Standard of the World Wide Web Consortium for electronic forms. You can also say that XForms is the next generation of HTML forms. XForms has some predefined functions. But along with that, if you want to call the functions defined in the scripts, you can do that. An entire XPath 1.0 core function library is included in the XForms function library. XForms uses XML to create input forms on the Web. I would like to tell you that before starting the XForms in PHP, you should have the knowledge about the following topics :
    • HTML
    • HTML Forms
    • XHTML
    • XML
    I do to dead flowers what people at morgues do to dead people. Suck all the moisture out, dip them in plastic, paint them up pretty and put them in a nice frame.

  3. #3
    Join Date
    Jul 2006
    Posts
    289

    Re: How to use XForms in PHP?

    XForms is the new markup language for forms on the Web. When you want to do some search by using the XForms, the main difference in XForms is that details of the values collected and how to submit them are Gathered in the head, in an element called model only the form controls are put in the Body. Another difference is the use of h: prefixes on the HTML elements. This has nothing to do with XForms, but with XML Which is designed to allow you to combine different languages together. XForms is designed to be combined with different languages, not just XHTML. XML processors need to be told which language elements belong to different, though one language may be the 'default' language.
    Signatures reduce available bandwidth

  4. #4
    Join Date
    Mar 2008
    Posts
    672

    Re: How to use XForms in PHP?

    XForms provides equivalents of all HTML Form controls. But there is a major difference in approach: HTML mainly specifies how the control should look, while XForms specifies what the control should do. So while the HTML specification says that the select element creates a menu, and the radio type of input creates radio buttons that allow a single choice to be made, XForms has the select and select1 elements, which only specify the intent of the controls, to select zero or more, or only one, element from a list.

  5. #5
    Join Date
    May 2008
    Posts
    2,389

    Re: How to use XForms in PHP?

    I am explaining you about the XForms that is used in PHP but in little depth, which can be useful in future. Loading external bodies gives you immense power. This is because the ref attribute on the forms controls does not just let you select an identifier as HTML's name does, but in fact can be any XPath expression. XPath lets you select any element or attribute in an XML document. XForms Allows you to submit controls have different binding submission to different elements in the head to submit the data to different servers, or in different ways.The default when values have been submitted is for the result returned by the server to replace the whole document, just as with HTML.

Similar Threads

  1. What are the Properties of XForms?
    By Rob Dizzle in forum Software Development
    Replies: 4
    Last Post: 03-03-2010, 06:59 AM
  2. What are the Selection Controls of XForms?
    By super soaker in forum Software Development
    Replies: 4
    Last Post: 03-03-2010, 06:37 AM
  3. What are the Input Controls for the XForms?
    By Bigga Lexx in forum Software Development
    Replies: 5
    Last Post: 03-03-2010, 06:21 AM
  4. How to use Dates and Times in XForms?
    By Zavier in forum Software Development
    Replies: 5
    Last Post: 03-03-2010, 06:00 AM
  5. What are the XForms and XPath?
    By Nathen in forum Software Development
    Replies: 5
    Last Post: 03-03-2010, 05:35 AM

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
  •  
Page generated in 1,714,315,519.11270 seconds with 17 queries