⟩ Explain what is the use of "echo" in php?
It is used to print a data in the webpage, Example:
<?php echo 'Car insurance'; ?>
The following code print the text in the webpage
It is used to print a data in the webpage, Example:
<?php echo 'Car insurance'; ?>
The following code print the text in the webpage
Tell me how is it possible to remove escape characters from a string?
Tell me how can we change the maximum size of the files to be uploaded?
Tell us how can we display the output directly to the browser?
Tell me what should we do to be able to export data into an Excel file?
Tell me will a comparison of an integer 12 and a string “13” work in PHP?
Tell us how to redirect a page in php?
Explain me is multiple inheritance supported in PHP?
Tell me how can we connect to a MySQL database from a PHP script?
Tell me what does the scope of variables means?
Tell me how to execute an sql query? How to fetch its result?