Variable between pages

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
rpicilli
Forum Newbie
Posts: 2
Joined: Thu Aug 01, 2002 2:07 pm
Location: Brazil

Variable between pages

Post by rpicilli »

Hi there,

I'm new, at least in PHP, and I'm having some dificulties to pass variables between pages. I'm doing a realy ease test but nothing works
Page 1
a text box with property NAME = test inside a form
a button submit action=page2.php

Page 2
echo $test

Error variable not defined

Environment: Windows/98 (urg!), PHP (Lastest version)

Any help will be nice
User avatar
RandomEngy
Forum Contributor
Posts: 173
Joined: Wed Jun 26, 2002 3:24 pm
Contact:

Post by RandomEngy »

rpicilli
Forum Newbie
Posts: 2
Joined: Thu Aug 01, 2002 2:07 pm
Location: Brazil

Post by rpicilli »

RandomEngy wrote:Read me.
Thank you ...
Post Reply