jQWidgets Forums

Tagged: , , ,

This topic contains 2 replies, has 2 voices, and was last updated by  mr_putersmit 11 years, 1 month ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Passing value to php advice #52627

    mr_putersmit
    Participant

    Hi
    I am just getting to grips with the widgets (2days) and although I am finding the process quite straight forward, I am struggling to see how to pass a value from jqxInput to php for processing. I would normally do something like: $tempvar = $_POST[‘input’]; in php to get the value, but cannot see how to pass the input value to php using jqxInput. I am using the binding to json input and from the front end this works well.

    I would appreciate any help or guidance so I can move on with my project. Many thanks

    BTW: Thanks for a great set of time saver widgets.

    Passing value to php advice #52637

    Peter Stoev
    Keymaster

    Hi mr_putersmit,

    jqxInput is a standard HTML Input with CSS styles so passing a value through is not different than passing a value through a default INPUT tag. You should set the “name” attribute in the HTML and get the INPUT’s value by its “name” attribute in the PHP code.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

    Passing value to php advice #52647

    mr_putersmit
    Participant

    Thank you very much peter. Good luck with the widgets.

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

You must be logged in to reply to this topic.