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 |
What does addslashes do in php?
What is the default session time in php?
What are the different opening and closing tags available in PHP?
Does php use html?
Explain me what is the meaning of a persistent cookie?
Is array a key php?
How can we define a variable accessible in functions of a php script?
Can php run on windows server?
Do you know what is the function func_num_args() used for?
Tell me how to find current date and time?
What is the difference between for and foreach?
How many types of errors in php?