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 |
Where is session value stored php?
Php error constants and their descriptions
What is the php function that removes the first element of the array and returns it?
Apart from mail() function to send emails,is there any other functions in PHP to send emails?
How can we access the data sent through the url with the post method?
What are the encryption functions available in PHP?
How do I run a php script in windows?
What is php beginner?
How to delete cookie files on your computer?
How the web server interprets php and interacts with the client?
What is the difference between the functions unlink and unset?
Give the case where we can use get and we can use post methods?