Re: [PHP] Variables not passed to next page

2004-08-01 Thread Jason Wong
On Sunday 01 August 2004 02:28, Andre Dubuc wrote: > Yes the first page has the appropriate tags: > > {edit-news.php] > . . . Good. > The second and third pages [edit-news-x.php/ edit-submit.php] are pure php > (a pass-through page) -- I wasn't aware they needed these tags as well. Hmm > . .

Re: [PHP] Variables not passed to next page

2004-07-31 Thread Andre Dubuc
On Saturday 31 July 2004 02:12 pm, Jason Wong wrote: > On Sunday 01 August 2004 01:40, Andre Dubuc wrote: > > I have attempted to post variables from a simple page: edit-news.php to > > edit-news-x.php, then load them into a session for re-use -- I use output > > buffering. They do not pass. The co

Re: [PHP] Variables not passed to next page

2004-07-31 Thread Jason Wong
On Sunday 01 August 2004 01:40, Andre Dubuc wrote: > I have attempted to post variables from a simple page: edit-news.php to > edit-news-x.php, then load them into a session for re-use -- I use output > buffering. They do not pass. The code: > > > [edit-news] > > > $news = "A few paragraphs"

[PHP] Variables not passed to next page

2004-07-31 Thread Andre Dubuc
Hi, I have attempted to post variables from a simple page: edit-news.php to edit-news-x.php, then load them into a session for re-use -- I use output buffering. They do not pass. The code: [edit-news] $news = "A few paragraphs"; print ""; print ""; ?> [edit-news-x] ... $_SESSION