Top "Echo" questions

Simple function outputting text.

How can I repeat a character in Bash?

How could I do this with echo? perl -E 'say "=" x 100'

bash shell echo
PHP: How do I display the contents of a textfile on my page?

I have a .txt file on my web server (locally) and wish to display the contents within a page (stored …

php echo
Bash: Echoing a echo command with a variable in bash

Ok, here is one I am struggling with as we speak. Echoing a echo command with a variable. echo "creating …

bash shell variables echo
Double quotes within php script echo

I have a line of php code that looks like this: echo "<script>$('#edit_errors').html('&…

javascript php syntax echo
How to flush output after each `echo` call?

I have a php script that only produces logs to the client. When I echo something, I want it to …

php apache echo flush
How do I make a Windows batch script completely silent?

There has been variants of this question asked for generations, but despite writing some quite complicated Windows scripts, I can't …

windows batch-file cmd echo
How can I echo the whole content of a .html file in PHP?

Is there a way I can echo the whole content of a .html file in PHP? For example, I have …

php html echo
echo key and value of an array without and with loop

This is an array i have <?php $page['Home']='index.html'; $page['Service']='services.html'; ?> How do i …

php arrays echo
How to echo JSON in PHP

I just need a little help with using cURL and JSON in PHP since I never actually got around to …

php json curl echo
How to echo in PHP, HTML tags

I went through this before posting: How can I echo HTML in PHP? And I still couldn't make it work. …

php html tags echo