Courses
Courses
Code Compiler
Code Compiler
Discuss
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
What is the difference between $x > $y and $x != $y
operators
php
4 Votes
2 Answers
21st Mar 2017, 5:09 PM
Wilson Bol
<?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
What is the difference between $x > $y and $x != $y
operators
php
3 Votes
2 Answers
21st Mar 2017, 5:09 PM
Wilson Bol
Why is $x * $x-- evaluating to 20 when $x is initially 5 in PHP?
php
2 Votes
6 Answers
24th May 2021, 7:08 PM
Josh Greig
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
<?php $x = "abc"; $x = 200; echo $x."<br/>"; echo $x."<br/>"; echo $abc; ?>
php
0 Votes
2 Answers
22nd Jan 2020, 2:05 AM
Rajat Khatore
What output results from the following code? $x = 'y'; $y = 'x'; echo $x;
answer
anysis
quiz
-2 Votes
1 Answer
13th Oct 2021, 2:28 PM
Naveen A
Increment question
;
+
=
$x
$x++
2
7;
echo
2 Votes
1 Answer
8th May 2019, 5:24 PM
Charles Nduka
Ask a question
Ask a question
Ask a question
Ask a question
Hot today
Help please?
4 Votes
How to get better with problem-solving and programming
1 Votes
Ejercicio Pytho
0 Votes
Online voting system
2 Votes
Odd even threads without condition variable
0 Votes
What is that z for
0 Votes
Bug on "Java for Beginners Module 3 Quiz"
1 Votes
Suggestions needed
4 Votes
Game development
0 Votes
Write a program to find the strings are in isogram or not
0 Votes