|
Posted by onedbguru on 04/05/06 19:54
is the second file another "submit" button on the first file? or
continued processing.
If continued processing check out the include statement (a great
example is the sendmail.php scripts - download and review the
structures - you will learn a lot!)
If it is a submit button, there are various methods including, but not
limited to cookies, sessions, flat files or database entries (store in
db in first file retrieve in second) .
see: http://us3.php.net/session
Cookies are least reliable as people may have them disabled!
Navigation:
[Reply to this message]
|