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 can you pass a variable by reference?

0 Answers  


Why use static methods php?

0 Answers  


What is member variable?

0 Answers  


What is a base url?

0 Answers  


How to create an array from php string?

0 Answers  






What is $_ post in php?

0 Answers  


How to get the directory name out of a file path name?

0 Answers  


Define anonymous classes in php7?

0 Answers  


What does php exit do?

0 Answers  


Tell me what does pear stands for?

0 Answers  


How does the identity operator ===compare two values in PHP?

0 Answers  


How many types of functions are there in php?

0 Answers  


Categories