Home » February 2017
09 February 2017
08 February 2017
07 February 2017
PHP $$variable Double dollar sign Meaning
(If you found this article useful then share with your friends.)
06 February 2017
04 February 2017
03 February 2017
Write PHP code inside HTML file
For Example:
To print something inside php, we can use the fuction named echo which is predefined in php for printing.
For Example:
To use php variable value inside html tag: We have taken a variable with name 'year' and value is set as '2014'. And the value of the variable has been used inside input text box inside the 'value' attribute .
You have to be very careful when using php inside html. With little mistake, you may not get result.
Note: Make sure the file extension ends with .php , as php is scripting language, so it needs a server to execute the php code.
Learn: How to write HTML inside php
(If you found this article useful then share with your friends.)
02 February 2017
Short Note on Types of Array in PHP
(If you found this article useful then share with your friends.)
01 February 2017
How to Replace space with Dash in PHP
(If you found this article useful then share with your friends.)
Subscribe to:
Posts (Atom)