adspace


Tell me how can we define a variable accessible in functions of a php script?

Answer Posted / Kavendra Singh Sagar

To define a variable that is accessible in functions of a PHP script, you should use the global keyword. Here's an example:nn```phpnfunction myFunction() {n global $myVar;n // You can now access and modify $myVar inside this functionn}n$myVar = 'example';nmyFunction();n$myVar = 'modified';n``

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to create a web form?

1116


Name and explain five of the PHP error constants?

1043


if you run the app program all vendor open items are cleared but is it possible to reverse the again again open items please tell me the answer

1997


What is difference between static and final in php?

1114


Explain me is it possible to destroy a cookie?

1035


Write a program using while loop?

1128


how to detect a mobile device using php

1177


List some features of php that are deprecated in php7?

1026


Which variable declarations within a class is invalid in php?

1052


What sized websites have you worked on in the past?

1092


What does $_files means?

1170


What is the current stable version of php? What advance thing in php7?

1100


What is trait in php?

1072


How to calculate the difference between two dates using php?

1151


sort term descripttion form, report and uery

2257