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

Is php used for frontend or backend?

0 Answers  


How to enable cURL in PHP?

0 Answers   HCL,


Explain what are the two main string operators?

0 Answers  


How should a model be structured in mvc?

0 Answers  


What is filter_var?

0 Answers  


please send me the interview questions and answers to my mail id : srikanthgovardana@yahoo.com or srikanthgovardana@gmail.com

0 Answers  


Explain scalar type declarations in php7?

0 Answers  


What are encryption functions in php?

0 Answers  


What is full form of PHP?

0 Answers  


programm for factorial

1 Answers  


What is constructors and destructors?

0 Answers  


Difference among echo, print and printf.

1 Answers  


Categories