How data or variable can be receive or send from PHP to HTML
page??
Answers were Sorted based on User's Feedback
Answer / remya
There are different ways by which values of variables can be
passed between pages. One of the ways is to use the URL to
pass the values or data. Here the biggest advantage is we
can pass data to a different site even running at different
servers, collect the value from the query string or from the
URL. Then by using GET and POST methods.
Is This Answer Correct ? | 36 Yes | 3 No |
Answer / ramtej
Using GET and POST methods data or variable can be recieve
or send from PHP to HTML..
Is This Answer Correct ? | 6 Yes | 1 No |
Is php used for frontend or backend?
How to enable cURL in PHP?
Explain what are the two main string operators?
How should a model be structured in mvc?
What is filter_var?
please send me the interview questions and answers to my mail id : srikanthgovardana@yahoo.com or srikanthgovardana@gmail.com
Explain scalar type declarations in php7?
What are encryption functions in php?
What is full form of PHP?
programm for factorial
What is constructors and destructors?
Difference among echo, print and printf.