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
> . .
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
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"
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
4 matches
Mail list logo