Re: [PHP] How to path global object

2004-11-16 Thread Jason Wong
On Wednesday 17 November 2004 00:01, Hongwei Li wrote: > no values are displayed. Apparently, $obj is not pathed to tsnext.php and > tsshow.php (the second time), but $ind is. What is wrong in the above > codes? Can somebody help me? You seem to have a fundamental misunderstanding of what the

[PHP] How to path global object

2004-11-16 Thread Hongwei Li
Hi, I have a question of how to path global object's values. Below are some simplified codes. It has 4 pieces: 1. tsstart.php: -- this is the start point to be browsed 2. tsdata.php: -- to get data, here I set it as a 2-d array and assign values to it to simplify the code 3. tsshow.php: -