i was viewing this video and i really want to develop this is PHP with no AJAX, do you how to start? where can i find some examples codes? Thanks.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Live “streaming” without AJAX could be done in PHP using
ob_flush/flush, ergo output buffering. But that’s usually pretty dirty and unwanted. However, what you see in that video is only possible with Javascript/”AJAX” (or Flash and similar plugins).