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

How to get length of an array in PHP?

0 Answers  


Which framework is best for php?

0 Answers  


How to check a key exist in an array?

0 Answers  


Why triggers are used in mysql?

0 Answers  


What is the use of the function htmlentities?

0 Answers  






How do I run a php script in windows?

0 Answers  


What are the difference between echo and print?

0 Answers  


What is smarty?

0 Answers  


What is the function of trim?

0 Answers  


what is the dirrence in PHP4 & PHP5 . ?

8 Answers  


What does the arrow mean in php?

0 Answers  


Explain the difference between $var and $$var?

0 Answers  


Categories