How data or variable can be receive or send from PHP to HTML
page??

Answers were Sorted based on User's Feedback



How data or variable can be receive or send from PHP to HTML page??..

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

How data or variable can be receive or send from PHP to HTML page??..

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 data or variable can be receive or send from PHP to HTML page??..

Answer / saravanakumar

we can use form fields for these process

Is This Answer Correct ?    2 Yes 5 No

Post New Answer

More PHP Interview Questions

Where is session value stored php?

0 Answers  


Php error constants and their descriptions

0 Answers  


What is the php function that removes the first element of the array and returns it?

0 Answers  


Apart from mail() function to send emails,is there any other functions in PHP to send emails?

4 Answers  


How can we access the data sent through the url with the post method?

0 Answers  






What are the encryption functions available in PHP?

0 Answers  


How do I run a php script in windows?

0 Answers  


What is php beginner?

0 Answers  


How to delete cookie files on your computer?

0 Answers  


How the web server interprets php and interacts with the client?

0 Answers  


What is the difference between the functions unlink and unset?

8 Answers   Small Firm, TCS,


Give the case where we can use get and we can use post methods?

0 Answers  


Categories