[PHP] any one can give an idea on this question ?

2006-10-26 Thread Sancar Saran
Hi, I just wondering this.. For example I had a several php pages. In this page there was an array named $arrHede It has lots of values. in index.php $arrHede['antin']='yada'; in config.php $arrHede['kuntin']='bada'; and so. So I want to write a scrpit check all those files to get all

Re: [PHP] any one can give an idea on this question ?

2006-10-26 Thread Stut
Sancar Saran wrote: I just wondering this.. For example I had a several php pages. In this page there was an array named $arrHede It has lots of values. in index.php $arrHede['antin']='yada'; in config.php $arrHede['kuntin']='bada'; and so. So I want to write a scrpit check all those

Re: [PHP] any one can give an idea on this question ?

2006-10-26 Thread Arpad Ray
Sancar Saran wrote: For example I had a several php pages. In this page there was an array named $arrHede It has lots of values. in index.php $arrHede['antin']='yada'; in config.php $arrHede['kuntin']='bada'; and so. So I want to write a scrpit check all those files to get all $arrHede

Re: [PHP] any one can give an idea on this question ?

2006-10-26 Thread Sancar Saran
On Thursday 26 October 2006 14:32, Arpad Ray wrote: Sancar Saran wrote: For example I had a several php pages. In this page there was an array named $arrHede It has lots of values. in index.php $arrHede['antin']='yada'; in config.php $arrHede['kuntin']='bada'; and so.

Re: [PHP] any one can give an idea on this question ?

2006-10-26 Thread Richard Lynch
On Thu, October 26, 2006 6:36 am, Stut wrote: Sancar Saran wrote: I just wondering this.. For example I had a several php pages. In this page there was an array named $arrHede It has lots of values. in index.php $arrHede['antin']='yada'; in config.php $arrHede['kuntin']='bada'; and