blah blah blah
quick question to whoever knows ajax
When ajax connects to the .php file, it returns whatever the .php echos
is there anyway I could do something like this in the php file?
echo "hello"'
sleep(3);
echo "world";
sleep(3);
echo "kiss my..."
then on the.html page it would be like that?
well, you would see "helo" then after 3 seconds... "world" etc...