Suppose a variable may passed to other page using any of
get,post,session,cookie methods and u want to retrive that
variable value . what is the syntax?
Answer Posted / tarangini
using $_REQUEST[var]
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Xplain is it possible to use com component in php?
What is the use of session and cookies in php?
Tell me what types of loops exist in php?
What is overloading and overriding in php?
what the new feature add in php 7.2?
How to move uploaded files to permanent directory?
Does session expire on closing browser?
What is php ci?
How to get complete current page url in php?
Tell me what does $_env means?
Which is faster for or foreach php?
What is design pattern? Explain all including singleton pattern?
What is $_ get in php?
Explain about PHP cookies?
What is php artisan serve?