What is the meaning of php? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What is the meaning of php?

14th Jan 2019, 3:12 AM
Hemant Phuyel
Hemant Phuyel - avatar
7 Answers
+ 2
Php stands for PHP Hypertext Pre-processor...
14th Jan 2019, 10:46 PM
africana
africana - avatar
+ 2
PHP is a server side scripting language. PHP stand for Hypertext pre-processor. It is powerful tool for making dynamic and interactive Web pages. It is open source tool. It is especially suited for web development and can be embedded into HTML.
15th Jan 2019, 8:42 AM
raju kumar
raju kumar - avatar
+ 1
if you are looking for the full form, it is Hypertext pre-processor
14th Jan 2019, 11:49 AM
Sailesh Dahal
Sailesh Dahal - avatar
0
Pls look my code is it good $var1 = 100; $var2 = 200; $var3 = 100 + 200; echo "$var3";
15th Jan 2019, 11:31 AM
Hemant Phuyel
Hemant Phuyel - avatar
0
Hemant Phuyel remove the quotes it should be echo $var3; Unless you are trying to do something else You may see the difference by doing this echo gettype("$var3"); echo gettype($var3);
15th Jan 2019, 11:51 AM
Sailesh Dahal
Sailesh Dahal - avatar
0
hypertext preprocessor
16th Jan 2019, 8:10 PM
thomas Reece