Jump to content

Execute Echo Step By Step


Biely

Recommended Posts

Hello everybody!

 

I am new to php coding and I want to ask simple question.

 

Can you execute php script so you can display echoes as they are proceeded?

 

So you have..

 

echo("Some line of text");

 

.... another code

 

echo("Second line of text");

 

And user will see "Some line of text" immidiately, then another code is executed and user will see "second line of text" after the "another code" is executed and so on...

 

Sorry for my broken English

 

Thanks!

Link to comment
https://forums.phpfreaks.com/topic/272057-execute-echo-step-by-step/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.