Why do we show php code in browser?
Answer / Gyanendra Kumar Mishra
When a PHP file is executed on the server, it generates HTML output that is sent to the browser. If the PHP script includes HTML tags, they will be displayed as part of the web page.
| Is This Answer Correct ? | 0 Yes | 0 No |
Tell me what is the difference between ereg_replace() and eregi_replace()?
How to join multiple strings into a single string?
What are php magic quotes?
What does $_ post mean in php?
What is the difference between htmlentities() and htmlspecialchars()?
What is Apache's configuration file typically called?
What is the function mysql_pconnect() usefull for?
How to move uploaded files to permanent directory?
Differentiate echo vs. Print statement.
Is it necessary to use closing tag in php?sometime without closing tag things work.why?
How do functions work?
armstrong number by using php while number is given by the keyboard.?