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 |
Will react hooks replace redux?
What are the options to transfer session ids?
What is php ci?
Explain soundex() and metaphone().
What is faster in php?
What is meant by urlencode and urldecode?
How to find a specific value in an array?
just explain MYSql ISAM and InnoDB functions. and what is the diffrent between both. and which is the better in both.
How does php isset work?
What is php glob?
How to check a variable is an array or not in php?
What are magic constants in php?