Corsi
Accedi
Inizia a imparare l'IA
Corsi
Accedi
Inizia a imparare l'IA
Discussioni Q&A
Cerca
Cerca
Fai una domanda
Fai una domanda
Please Who can help me with the different bw print and echo in php?
html
js
pup
sololearn
udacity
2 Voti
3 Risposte
21st Apr 2017, 9:14 PM
Ahmad Jafar Muhammad
So nobody else has noticed you cannot echo out HTML using PHP anymore but me?
#codeplayground
#echonomore
#html
#php
#sololearn
#whydidtheychangeit
1 Voto
4 Risposte
26th Apr 2021, 12:53 PM
Carl Jones
How to sort by date and time and echo the last day values?
array
javascript
php
sort
time
-1 Voto
2 Risposte
19th Nov 2019, 11:51 PM
Yair
I can't understand that $a = count("123","45"); echo $a; . Output: 1. Why?Please explain me more.
count()
php
1 Voto
2 Risposte
23rd Jun 2019, 5:49 PM
Sanjar Sobirjonov
Create a simple HTML form and accept the user name and display the name through PHP echo statement? This code isnt work😑
html
php
0 Voti
2 Risposte
14th Dec 2019, 9:15 AM
Iqra Jannat
how to see the endproduct off an php script on my pc
echo
php
1 Voto
4 Risposte
29th May 2017, 9:06 PM
UniformCavex
How to find string in text file from input field ? Then echo the entire line.
php
1 Voto
2 Risposte
26th Feb 2023, 12:38 AM
Syafiq
Die() php
echo
php
2 Voti
1 Risposta
25th Jul 2018, 6:33 PM
Vaibhav Pathak
Sometimes the output doesnt work. Workaround?
echo
php
0 Voti
3 Risposte
9th Oct 2020, 12:58 AM
kevin
What output results from the following code? $x = 'y'; $y = 'x'; echo $x;
answer
anysis
quiz
-2 Voti
1 Risposta
13th Oct 2021, 2:28 PM
Naveen A
i dont understand, why the echo is not just one time , i missed 1++
loops
php
while
0 Voti
2 Risposte
24th Nov 2019, 12:41 PM
Petra Noé
Question on php
echo
php
postincrement
6 Voti
3 Risposte
16th Feb 2019, 6:32 PM
Ajeya Bhat
Why <?php $a = 2; $b = $a++; echo $a; ?> is a=3 and b=3
php
0 Voti
3 Risposte
5th Jul 2017, 12:23 AM
Sandra Curo
Why <?php $a = 2; $b = $a++; echo $b; ?> is a=3 and b=2?
php
0 Voti
3 Risposte
5th Jul 2017, 12:19 AM
Sandra Curo
Why the output is zero?
echo
php
variables
4 Voti
3 Risposte
28th May 2020, 4:56 AM
Nikhil Maroju
$a = "B"; $B = a; echo $B What is output of this code.🤗
php
-3 Voti
2 Risposte
28th Oct 2021, 8:49 AM
Hemant Kumar Joshi
How to make a Link between Php and Sql server
<php
echo
0 Voti
2 Risposte
11th Feb 2019, 3:09 PM
Shiv Developer
Module 6 Quiz: 1 st question
echo
php
return
0 Voti
4 Risposte
31st Oct 2017, 8:05 PM
Feiling
Q. What will be the output of the below code? $a = “php”; $a++; echo $a;
answer
php
1 Voto
2 Risposte
8th Dec 2017, 8:31 PM
Yash Singh
Why echo null==NULL; gives output as 1? Why it is not given output as word true? & also they are different cases.
php
5 Voti
2 Risposte
26th Apr 2020, 12:05 PM
U. A. Divyanganee Sandarekha
What am I doing wrong here? I’m trying to use three methods to echo input from a user
methods
0 Voti
3 Risposte
13th May 2019, 8:31 AM
Tracy Lester
$a=$_POST['stock']; $b=$_POST['qty']; $c=$a+$b; echo $c; When i execute this i get this error A non numeric value encoutered
error
php
phperror
0 Voti
3 Risposte
15th May 2020, 6:37 AM
Thimma Chowdary
I don't understand why it gives 30 in php $ foo = 5; echo $ foo * $ foo ++;
php
1 Voto
4 Risposte
17th Sep 2020, 2:18 PM
Germani benitez alfonso
Can we use single quotes in echo?
echo
php
print
2 Voti
6 Risposte
3rd Sep 2016, 2:58 PM
Vijay Kumar
I want to echo $a if its modulus is zero but not displaying. Please what could be wrong?
php
1 Voto
2 Risposte
22nd Feb 2020, 5:35 PM
Juliet Chinenye
<?php $names = array("John", "David", "Amy"); foreach ($names as $name) { echo $name.'<br />'; } ?>.
php
0 Voti
1 Risposta
9th Aug 2019, 2:34 AM
Rajat Khatore
What is the use of this( . ' ' ) in above program after echo $i
loops
php
0 Voti
2 Risposte
10th Nov 2016, 4:36 PM
Vishal Dubey
fill in the blanks to break out of the loop after the number 5 is printed to the screen. for ($i=0;$i<=50;$i++) { echo $i; if($i
break
-6 Voti
4 Risposte
28th Jun 2018, 8:25 PM
Erick Peter Athuman
Why \n Not Working
\n
echo
php
1 Voto
3 Risposte
3rd Jan 2021, 7:26 PM
Madhav
Why this code when return @abc just output a but if i echo $abc then call solo() the code runs correctly??
code
php
1 Voto
7 Risposte
14th Jul 2017, 5:59 AM
mahdi
Is there a way to select a random part of an array> like a echo $array[random] ?
arrays
php
1 Voto
2 Risposte
7th Apr 2017, 5:49 AM
Connor Snell
Why do we use script language="php" ? How it effects the code?plus is echo like "cin"
#echo"
php
0 Voti
2 Risposte
22nd Mar 2017, 4:53 AM
Aman Obaid
how to make space in PHP ?? while writing code to make a calculator, i want space between Heading and answer e.g Echo "this is answer" Echo $value1+$value2; display will be like this is anwer33 how to make space there
php
0 Voti
4 Risposte
18th Oct 2016, 7:21 PM
Adeel Ahmad
Is there big difference between single quotes and double quotes while we are using echo in php?
char
echo
php
quotes
strings
variables
2 Voti
1 Risposta
6th Dec 2017, 3:40 PM
Rahul Jain
Why echo() affects the output of this code so much?
echo
output
php
strange
10 Voti
3 Risposte
15th Feb 2021, 12:26 PM
Dual Core
in this program why variable c access outside of the function..if i put echo $c within function then give some error.
php
solo
1 Voto
3 Risposte
15th Feb 2019, 4:42 AM
SOUVIK RAY BARMAN
What PHP code will echo or print the redirect link without getting us redirected in front end?
html
javascript
php
redirect
webpage
website
0 Voti
1 Risposta
14th May 2020, 8:53 AM
Ashish Sah
How do I change the type of a variable in a Constant?
,
;
echo
0 Voti
3 Risposte
2nd Mar 2021, 4:28 PM
Александр Коробейников
How to make text stored in a function bold while displaying
bold
echo
text
0 Voti
4 Risposte
2nd Feb 2019, 7:45 AM
deeraj2
how can I start my new echo statement with new line ?? wht is the keyword for separating both lines ??
comments
php
1 Voto
4 Risposte
26th Jul 2016, 5:30 AM
sameer rj
What is the output of this code $a = '1' ; $b = &$a; $b = "2$b" ; echo $a. ", " .$b;
1
-2 Voti
5 Risposte
30th Sep 2018, 6:29 PM
kcee
why sololearn didn't discus about print?
echo
php
print
1 Voto
1 Risposta
1st Apr 2018, 7:53 AM
ⓤⓝⓢⓜⓐⓡⓣ ⓑⓞⓨ
Instruction: Create a PHP script to modify the nested-if statement: =2){ if($Gasprice<=3){ echo "Gas prices are between $2.0
if
php
statement
0 Voti
1 Risposta
9th Apr 2021, 11:20 AM
Drew Marie Magan
Hello dear Sololearners! Can anyone explain why the statement " echo 1 .print (1).1 outputs 1111" as it's present in SL chalenge
challenges
print
1 Voto
3 Risposte
4th Jul 2017, 9:18 AM
Alexandre Sherozia
Wy we have to use in global scope global $name; instead we can use only echo $name ;
global
scope
0 Voti
1 Risposta
21st Jun 2017, 5:22 AM
R Prathibha
I'm doing something wrong need another set of eyes to look at this
echo
php
syntax
1 Voto
2 Risposte
25th Apr 2017, 11:14 PM
Raheem Steward
Why is this code not working? It displays a text like <?php $name = 'John'; $age =25; echo $name; ?> Please help me.
php
variables
1 Voto
4 Risposte
27th Dec 2017, 2:14 AM
MIkko Celestra Mercado
Does python the Best program for hackers ?
"hackers
echo
php
-2 Voti
4 Risposte
29th Nov 2017, 1:48 PM
Chrif Tabarka
How many of you use sublime text as your text editor? When I do view in browser why don't I get the output by the echo statement
coding
programming
sololearn
texteditor
2 Voti
8 Risposte
13th May 2017, 1:54 PM
Vishnu ks
Who makes all these stupid questions?!
echo
output
php
quiz
silly
7 Voti
7 Risposte
11th Feb 2018, 12:19 PM
Masoumi Esszeven
Fai una domanda
Fai una domanda
Fai una domanda
Fai una domanda
< Precedente
1
2
3
4
Successivo >
Popolare oggi
I think the heart system is ridiculous, 5 hearts that refill after like 5 hours? That is really just crazy to me.
3 Votes
Guys I don't know anything about cooding who can help me pls
1 Votes
Why can’t I use double “ in python?
1 Votes
What do you think of this code and what are your suggestions for developing and modifying it?, How can I develop myself more?
1 Votes
Coding for Cybersecurity
1 Votes
Need help
1 Votes
Pointers in c#
1 Votes
2 cases not correct what's the problem
2 Votes
You’re free to give me your advice! 🚨
1 Votes
Salut tout le monde
1 Votes