PHP Tutorial for Beginners 5 # PHP Variables and Echo Function

preview_player
Показать описание
★★★Top Online Courses From ProgrammingKnowledge ★★★

★★★ Online Courses to learn ★★★

★★★ Follow ★★★

DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This help support the channel and allows us to continue to make videos like this. Thank you for the support!

php echo variable and text
php echo variable type
php variable ausgeben echo
php echo into variable
php echo session variable
echo php variable in javascript
php echo variable name
php echo a href with a variable
php variable declaration
php variable type
php global variable
php variable in html
php variable string
php url variable
php variable array
pass php variable to javascript
Рекомендации по теме
Комментарии
Автор

Hello, I am enjoying your courses. I just wanted to share a simple thing with you. What you are calling "and symbol "$' is actually the dollar symbol. This '&' is the ampersand or logical AND symbol. Keep up the good work.

reggiedaniels
Автор

Thank you so much sir. One request plz increase volume of videos. its a request hope u will not mind.

queenisar
Автор

I think you shows us the wrong expression for number format exception i.e. $name = (name*8). It is should be like $name = ($name*8). Correct?

ramanjoshi
Автор

How did you get the directory page like that to show and update when new files are posted?

asauce
Автор

Thanxx fr this video and ur speed is so wonderful that easy to grab ...plzz try to make advance php video with some projects coz it gives confidence to me learners ....thanxx fr this video

smithrai
Автор

sir how ur code was able to show the output without ';' in line "echo '25*8=$value'" ??

prernasingla
Автор

Can we get this PPT?and this is very useful for us.... great 😊

pradeeppal
Автор

can I use wamp server to do the same thing as the xampp?

牛岱
Автор

Sir, $ it called dollar not and & it is and

afzalamaan
Автор

I will give like for u r try keep going

sherothkar
Автор

hello!...
how can i get these slides ?!

islamwoow
Автор

Take a look at 9:00 minutes... He has used (name*8) and it gave an error of undefined constant... And he is saying that its because we are trying to multiply number with string type variable... Please before posting tutorial videos at least review your video once....

saruque
Автор

Not visible sir. Please use better and bigger graphics.
Regards

jk
Автор

sir mere notepad++ se php file save ni ho rha h xampp me plz help

chandachouhan
Автор

Case sensitive would not be if you are using single '=' equal sign you have to use '==' double equal sign.
Try this code to see case sensitive.
$boo='New';
$Boo='nEw';
// case sensitive no
if($boo=$Boo){echo 'Yes Equal';} else {echo 'not equal';}

// case sensitive yes
if($boo==$Boo){echo 'Yes Equal';} else {echo 'not equal';}

shankarsharma
Автор

Hello, Can i get the PPT slides in my email. Thank you

shahbazahmad
Автор

The $ is dollar sign not of & and
First learn that and after that teach to others😈😈😬😬👹👹

niyansan
Автор

So slow... U should tell doller not and

RaviKumarDivang
Автор

Man you have a lot of knowledge but tutorials are a bit difficult to follow because of your english.

techguide
Автор

not and sign is called $ (Dollar) sign . First try to learn

saymarahmanurmi