How to access a global variable inside a function?
No Answer is Posted For this Question
Be the First to Post Answer
What are Routines?
Is php a middleware?
How to download and install php for windows?
Which variable declarations within a class is invalid in php?
Is strcmp case sensitive?
What is the use of htmlspecialchars in php?
How you can update memcached when you make changes to php?
Can we use php variable in javascript?
What is encapsulation in oop php?
How to read a file in binary mode?
How to download a php script directly in your script page?
3 Answers A1 Technology, Zmanda,
1. Write a function to swap two values ? $a = 10; $b = 20; echo $a, $b; swap(); // If u want u can pass parameters echo $a, $b; // It should print 20 , 10
14 Answers Aquasol, Infosys, TCS, Torque Infotech,