Problem with reg globals
Posted: Sat Mar 01, 2003 3:45 pm
[Admin Edit: This was moved from the reg globals sticky thread so the author's already read that.]
i've been reading through all these pages, and most of it is greek to me, so i haven't been able to figure out how to get variables that aren't in a form field. the thing I'm doing is generating a story from a number of variables and text. ex.
$Story = "the $animal_1 jumped over the $object_1";
now, I have a form on this page, that allows the user to e-mail the story to a friend, so how do I send the contents of $Story to the e-mail.php file, if $Story isn't a form object?
Thanks!
Jon
i've been reading through all these pages, and most of it is greek to me, so i haven't been able to figure out how to get variables that aren't in a form field. the thing I'm doing is generating a story from a number of variables and text. ex.
$Story = "the $animal_1 jumped over the $object_1";
now, I have a form on this page, that allows the user to e-mail the story to a friend, so how do I send the contents of $Story to the e-mail.php file, if $Story isn't a form object?
Thanks!
Jon