jQuery UI Widgets Forums Editors DateTimeInput how can i connect to php

This topic contains 2 replies, has 2 voices, and was last updated by  guille 12 years ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • how can i connect to php #10611

    guille
    Member

    hi !!
    i would like to know how can i use de the “DateTimeInput” and connect it with a php query… ok the idea is to take the content of the datetimeinput and send it to my table in mysql through a php query

    how can i connect to php #10627

    Peter Stoev
    Keymaster

    Hi guille,

    Set the “name” attribute of the jqxDateTimeInput’s DIV tag. If the jqxDateTimeInput is in a Form tag then in the PHP code, you can simply get its current value by using the PHP’s $_GET[“datetimeinputname”] or $_POST[“datetimeinputname”], where datetimeinputname is the value of the “name” attribute. Note, that you should use jQWidgets 2.5.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    how can i connect to php #10925

    guille
    Member

    thank you so much Peter !! your info was so useful

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.