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 protect special characters in query string?

0 Answers  


write a program to print [123] [456] [789] note : braces also need to be printed

1 Answers   Net Solution,


What is meant by ‘passing the variable by value and reference' in php?

0 Answers  


What is php and what does it do?

0 Answers  


how prepare the testing documentation.

0 Answers   Accenture,






What is the main difference between require() and require_once()?

0 Answers  


Why super () is used in java?

0 Answers  


Write a query to to delete duplicate rows?

4 Answers   ATS,


What is the difference between PHP,ASP and JSP?

3 Answers   T3 Softwares,


Is nan in php?

0 Answers  


Can you define an argument as a reference type?

0 Answers  


What do you mean by MVC ?

3 Answers   NIIT,


Categories