Courses
Courses
Code Compiler
Code Compiler
Discuss
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
Does echo act like a line break(br) or something?
comments
php
4 Votes
5 Answers
3rd Sep 2016, 3:29 PM
Emmy Logiron
How to replace echo to any func/word you want?
any
echo
how
php
replace
to
want
work
you
2 Votes
6 Answers
24th Jul 2017, 8:18 AM
Moha La
I want create a table with echo function in PHP?
php
sql
tables
12 Votes
3 Answers
13th Sep 2016, 4:18 PM
Saurav Saini
Difference between ECHO and PRINT in PHP?
self-learning
0 Votes
2 Answers
1st Aug 2017, 4:35 PM
Siva
Java Networking question for TCPIP client server echo program
https://www.geeksforgeeks.org/socket-programming-in-java/amp/
1 Vote
2 Answers
17th Dec 2022, 2:07 PM
Bhumi Batawale
How to echo a colored or formatted text?
formatting
html
php
1 Vote
3 Answers
4th May 2017, 8:04 PM
Biregani
Code for web page design in php
echo
-2 Votes
10 Answers
6th Jun 2020, 5:51 PM
Jagadeesh
What's the difference between ECHO and RETURN ?
php
return
0 Votes
2 Answers
18th Aug 2016, 7:56 PM
Francisco Astudillo Antinao
What does the >>> echo $i . ' '; <<< mean in this code?
$i.'';
code
php
18 Votes
6 Answers
14th Jun 2018, 7:53 AM
Vučko/Вучко/Vuchko
cant get this php to echo the folder its appending to
echo
isset
php
post
0 Votes
7 Answers
25th Oct 2019, 5:42 AM
Escobar
What is the difference between echo and print in PHP??
echo
php
print
1 Vote
2 Answers
23rd Apr 2019, 12:34 PM
Nithya Yamasinghe
how this code echo dollardollar as a result?
php
variables
0 Votes
1 Answer
27th Jun 2017, 5:25 AM
Ahmed Awad
Зачем точка на строке echo после слова $name?
loops
php
0 Votes
1 Answer
21st Jun 2018, 5:36 AM
Sonia Gromovaia
What is the difference between print, return and echo statement in php ?
echo
php
print
return
8 Votes
12 Answers
13th May 2017, 7:30 AM
Siddharth Saraf
Why does the php echo function doesn't require parenthesis?
php
0 Votes
2 Answers
12th Jul 2018, 10:14 PM
gh tube
What is the difference between PRINT and ECHO in php
php
1 Vote
2 Answers
4th Jul 2019, 9:31 AM
Alok Yadav
shell bash: echo vs printf. What is the best option to maximize compatibility?
bash
compatibility
compatible
echo
linux
print
printf
scripting
scripting-languages
shell
2 Votes
7 Answers
5th Sep 2021, 1:41 PM
David Ordás
Por que no puedo desplegar un codigo javascript si esta bien echo
classes
functions
java
javascript
1 Vote
6 Answers
4th Apr 2018, 9:55 PM
Stiven
What output results from following code? $x='y'; $y='x'; echo $x;
php
-1 Vote
1 Answer
29th Jun 2022, 4:36 AM
Muneeb Aslam
<?php $RESULT = 11 + 011 + 0x11; echo "$RESULT"; ?>
@sololearn
1 Vote
2 Answers
27th Apr 2019, 4:38 PM
Sourabh Rathore
<?php $x = 50; $x += 100; echo $x; ?> what the value of x
php
6 Votes
11 Answers
12th Jun 2018, 4:46 PM
MOHAMED BURMA MOHAMED ABDALLA
Why <?php $num=14; $num1=3; echo $num%$num1 ?> Is 2 ?
operators
php
0 Votes
3 Answers
1st Jun 2017, 1:58 PM
Antony Antolentino Casimiro
<?php $x=rand(1,3); switch ($x) { case 1: echo "One"; break; case 2:
php
0 Votes
4 Answers
9th Aug 2019, 2:52 AM
Rajat Khatore
What is the different between print and echo ? Please answer
css
css3
html
html5
java
javascript
jquery
python3
3 Votes
2 Answers
28th Aug 2017, 3:41 PM
Hamza Mellahi
What is the difference between echo and print in php ?
php
0 Votes
2 Answers
20th Jul 2020, 7:09 AM
Swapnil Nawal
echo "< >SoloLearn < h1>"; not getting the answer to fill strong test.
php
sololearn
-1 Vote
4 Answers
5th Jul 2016, 5:31 PM
D.A.Jaipal
Please explain me difference between echo command and return command?
functions
php
2 Votes
1 Answer
19th Aug 2017, 10:56 AM
Sahil
Hello to everyone . I'm newbie
echo
-3 Votes
2 Answers
16th Jan 2021, 1:44 AM
Wichit Lee
How to set password echo char as * instead of ● in html form field?
html
java
sololearn
3 Votes
14 Answers
28th May 2017, 2:14 PM
Manchukonda Manoj
<?php echo $_POST["name"] ; ?> Why we need Square Bracket here ?
arrays
key
php
post
syntax
value
0 Votes
5 Answers
16th Apr 2017, 10:59 PM
Helal Chowdhury
<?php $html="PHP is"; $html+=" "; $html+="best"; echo $html; ?>output is 0
php
3 Votes
1 Answer
30th Sep 2017, 2:52 PM
Yash Nikam
Does Print and Echo serve the same function in PHP?
php
1 Vote
1 Answer
19th Jul 2017, 8:58 AM
Piyush Kapoor
how to go into next line in php ?
echo
0 Votes
2 Answers
31st Mar 2017, 1:25 PM
uzair rashid
What is the differnce between echo and print in php?
php
1 Vote
1 Answer
26th Jun 2016, 2:27 PM
Ayush Raj
Hello friends please help me on the way of getting this output
echo
php
4 Votes
5 Answers
23rd Jul 2021, 7:44 PM
Zaid ⛈️🇹🇿👑
In PHP what is the meaning of Echo used in program?
php
1 Vote
2 Answers
1st Feb 2018, 3:00 PM
Manimozhi Saravanan
What is defference between ' & " for echo in php?
php
1 Vote
2 Answers
7th Sep 2016, 2:45 PM
Vishal Prajapati
why im cannt change this echo to innerHTML? the output unexpected '='
innerhtml
jquery
php
0 Votes
4 Answers
28th Feb 2017, 3:04 AM
フェリー
What is the difference between print, echo and return in php ?
php
1 Vote
2 Answers
26th Apr 2018, 4:47 PM
Rhythm Khandelwal
чо как тут делать?
echo
0 Votes
2 Answers
22nd Oct 2017, 5:27 PM
неоновый король
<?php $mix = array("Cars"=> array("Alto","Scooty"),"Fruit"=>array("orange","Mango")); foreach ($mix as $s){ echo "$s"; }
best
code
error
hard
php
question
0 Votes
1 Answer
30th Jan 2020, 2:49 PM
Yaro Ka Yar
why don't we write parenthesis inside of an echo function in PHP?
<?php?>
1 Vote
2 Answers
12th Mar 2019, 7:58 AM
Arun Kunj
what is <p> in echo term for?the output is same though even after removing it
comments
php
1 Vote
9 Answers
6th Sep 2016, 5:44 PM
Amit Bhawar
Why can't this code print correctly ?
echo
php
8 Votes
5 Answers
27th Nov 2017, 4:20 AM
Calviղ
echo php snippet not working when putting and working on my computer
php
0 Votes
3 Answers
12th Aug 2016, 8:30 PM
Kahuma Solomon
This code <<print like echo in cmd are you agree withme
python
0 Votes
2 Answers
13th Jan 2017, 8:00 PM
Mohammed Shahbaz
How to echo all global variables only if they are in string
arrays
functions
key
php
value-types
variables
0 Votes
2 Answers
8th Oct 2018, 12:04 PM
Wood
What is the difference between echo and die() or are they same?
php
0 Votes
2 Answers
25th Sep 2017, 6:09 AM
VJ46
What output results from the following code? function test($num) { echo $num/2; } test(14);
php
0 Votes
3 Answers
26th May 2021, 6:38 AM
Vivi dwiyani
Where is the mistak here for ($x=0, $x <10, $x++) { echo $x; };
code
html
php
2 Votes
4 Answers
7th Mar 2017, 11:52 AM
DAHMANI MOHAMED ELAMINE
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
2
3
4
Next >
Hot today
Sticky position
3 Votes
Help please?
3 Votes
How to get better with problem-solving and programming
1 Votes
Ejercicio Pytho
0 Votes
Odd even threads without condition variable
0 Votes
Online voting system
2 Votes
What is that z for
0 Votes
Suggestions needed
4 Votes
Bug on "Java for Beginners Module 3 Quiz"
1 Votes
SQL practice
2 Votes