python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
PHP - warning generated for variable
I am trying to generate an error message in my HTML if one of these two things are happening, however the appropriate message is displaying the HTML, but I'm also given a warning for having a undefine...

user17476042
Votes: 0
Answers: 3
How to show two echoes in one line
How to make them appear in one line. I saw some other post which says to use echo -n but if I use it, it would give me an error
I want the "Name" and textbox to have some spacing in between,...

john
Votes: 0
Answers: 2
I have echo inside elseif and it does not show in console
I have the following function and I would like to know if it is working correctly because the echo inside else if not seen in the console
function candle($on="",$lighter=""){
if(...

ramses adames
Votes: 0
Answers: 0