in reply to Re: Passing dynamic variable inside <>
in thread Passing dynamic variable inside <>

Thank you very much
It worked!!!!!!!!!!!!!
I used following
$currentpath='c:/abc/*';
foreach (glob($currentpath))
{
print;
}
  • Comment on Re^2: Passing dynamic variable inside <>