Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Jquery in PHP

Contributor ,
Dec 04, 2013 Dec 04, 2013

Is there a way for PHP and Jquery work together?

I'm using Jqueries Date picker (http://jqueryui.com/datepicker/). Click into the input field, and the calendar appears. Find and click a date and it places the date into the input field (12/4/2012). Is there a way to get the text from the input filed into PHP to use as a variable?

     Thanks

TOPICS
Server side applications
685
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Dec 04, 2013 Dec 04, 2013

Sure. The obvious way is to simply post the form to a php page. If you need to do this asynchronously, you'll need to investigate ajax methods. We'll need more details about what you are trying to do if you need more help.

Translate
LEGEND ,
Dec 04, 2013 Dec 04, 2013
LATEST

Sure. The obvious way is to simply post the form to a php page. If you need to do this asynchronously, you'll need to investigate ajax methods. We'll need more details about what you are trying to do if you need more help.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines