Thursday, 30 August 2018
Subscribe to:
Post Comments (Atom)
$thread_id to php file using jquery ajax, so the php file can get all posts for $thread_id and echo it back to main file.$.get("ajaxcall_reply.php", thread_id: $thread_id, function(data) {
$("#threads").html(data);
});
Hello Friends! I am Ramana a part time blogger from Hyderabad.
0 comments:
Post a Comment