phpcoder21 Posted March 29, 2010 Share Posted March 29, 2010 Hey fellow freaks!!! I was enticed by the idea of being able to use Ajax with PHP, seems pretty spiffy. I am looking to the Ajax-PHP combo for things such as form validation and such and have no idea if I need to a specifi framework to do so. I was wondering you guys could point me to a solid framework to start using this neat combination. Regards, Mitch Link to comment https://forums.phpfreaks.com/topic/196908-choosing-an-php-framework-for-ajax/ Share on other sites More sharing options...
MatthewJ Posted March 29, 2010 Share Posted March 29, 2010 I like jquery... or prototype... but mostly jquery Link to comment https://forums.phpfreaks.com/topic/196908-choosing-an-php-framework-for-ajax/#findComment-1033791 Share on other sites More sharing options...
Axeia Posted March 29, 2010 Share Posted March 29, 2010 echo JSON_ENCODE( array('key' => 'value', 'anotherkey' => 'with a value') ); //echos as On the PHP side you don't really need more than JSON_Encode. Link to comment https://forums.phpfreaks.com/topic/196908-choosing-an-php-framework-for-ajax/#findComment-1033797 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.