Copy link to clipboard
Copied
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
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.
Copy link to clipboard
Copied
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.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now