Hi, ok i need some more help with variables.
Say in file1.php $variable is defined as "this is a variable"
How can i use $variable in file2.php and have it still equal "this is a variable"?
session variables
ie. register a session variable to hold the value
lol im probably the worst coder ever....but i only needed my variable to hold small numbers. So I had file1.php write the number to a txt file the had file2.php read it. hey it worked...but when i get more time i'll look into sessions. Thanks for the reply.
Hi,
you could also use cookies.
wizkid