Re: [PHP] variables not being passes between php pages

2001-01-10 Thread jeremy brand
This is true, but not complete. You can also do > Well if you aren't posting to your add.php page (ie method="post" > action="add.php") then you need to pass them via the add.php?var=foo&varb=bar > method. > > --Joe > > > On Wed, Jan 10, 2001 at 12:02:54PM -0800, jeff fitzmyers wrote: > >

Re: [PHP] variables not being passes between php pages

2001-01-10 Thread Joe Stump
Well if you aren't posting to your add.php page (ie method="post" action="add.php") then you need to pass them via the add.php?var=foo&varb=bar method. --Joe On Wed, Jan 10, 2001 at 12:02:54PM -0800, jeff fitzmyers wrote: > I am working on the nice tutorial at > http://designmagick.50megs.co