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 |
How are php sessions stored?
Should I learn php before wordpress?
What is the advantge and disadvantage of mysql_connet() and mysql_pconnect() ? in which condition will you use mysql_connect() and mysql_pconnect().
What is default session time and path in PHP. How to change it?
Why is node js better than php?
List data types in PHP?
How do I run a php script in windows?
How to protect special characters in query string?
Questions on OOP concepts 1. What are the access specifiers available in php ? Explain 2. What is object cloning ? 3. What are the differences between interface and abstract class ? 4. What is overloading ? 5. What is overriding ? 6. How to prevent function overriding ? 7. What is the use of "final" keyword ? 8. What is static variable ? How will access a static variable ? What is static class ?
which function used to get the number of days between two given dates in php
What is difference between html and php?
What is the definition of a session?