Курсы
Курсы
Компилятор кода
Компилятор кода
Обсуждения
Цены
Teams
Войти
Регистрация
Menu
Обсуждения
Поиск
Поиск
Задать вопрос
Задать вопрос
What is the difference between $x > $y and $x != $y
operators
php
4 голосов
2 ответов
21st Mar 2017, 5:09 PM
Wilson Bol
<?php $x = 50; $x += 100; echo $x; ?> what the value of x
php
6 голосов
11 ответов
12th Jun 2018, 4:46 PM
MOHAMED BURMA MOHAMED ABDALLA
What is the difference between $x > $y and $x != $y
operators
php
3 голосов
2 ответов
21st Mar 2017, 5:09 PM
Wilson Bol
Why is $x * $x-- evaluating to 20 when $x is initially 5 in PHP?
php
2 голосов
6 ответов
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 голосов
4 ответов
7th Mar 2017, 11:52 AM
DAHMANI MOHAMED ELAMINE
<?php $x = "abc"; $x = 200; echo $x."<br/>"; echo $x."<br/>"; echo $abc; ?>
php
0 голосов
2 ответов
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 голосов
1 ответ
13th Oct 2021, 2:28 PM
Naveen A
Increment question
;
+
=
$x
$x++
2
7;
echo
2 голосов
1 ответ
8th May 2019, 5:24 PM
Charles Nduka
Задать вопрос
Задать вопрос
Задать вопрос
Задать вопрос
Актуальное сегодня
How to allow one instance of exe
1 Votes
Reverse observer pattern : remove dynamic_cast
2 Votes
purchase of a subscription
1 Votes
seats = 100 (blank) seats > 0: print "sell ticket" (blank) = seats - 1
0 Votes
What has happened?
1 Votes
Theater management help me
2 Votes
What should I add/improve ?
1 Votes
Flight tracker coding foundation help me
1 Votes
Should You Specialize or Diversify in Programming?
1 Votes
Tools for web design?
1 Votes