PHP and ajax easy with json and jquery
Getting data back and forth between a php script and your javascript may seem like a chore. Luckily php can talk json pretty easily ( with the appropriate functions enabled of course ). Lets build a simple call that submits a number to php for calculation. <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript"> $(document).ready(function(){ $('#calc_btn').bind... read more!
Posted in php | Post Comment
|
3

RSS Feed