alternative for using $? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

alternative for using $?

17th Jul 2016, 3:50 PM
Amit
Amit - avatar
4 Answers
+ 4
no alternative
18th Jul 2016, 8:24 AM
Amit
Amit - avatar
+ 3
In PHP, a variable starts with the $ sign, followed by the name of the variable: b. <?php $txt = "Hello world!"; $x = 5; $y = 10.5; ?>
17th Jul 2016, 5:08 PM
Awele Omeligwe
Awele Omeligwe - avatar
+ 2
in php variable is declared with the $ dollar symbol, where as in VB.net the variable is declared with the keyword DIM, In java variable is declared with the keyword var.
17th Jul 2016, 5:26 PM
noushad mohammed
noushad mohammed - avatar
- 1
If you want to get rid of $ .. then 'Python' is best. ☺
17th Jul 2016, 7:15 PM
Rony Das
Rony Das - avatar