Click to See Complete Forum and Search --> : Problem of PHP within a HTML Frame


bugfix
11-15-2001, 07:58 PM
Hi all,

I'm having problems with a PHP script residing in a frame. A PHP document is in the lower half of an HTML document (split in half - 2 frames, top and bottom), when submit is pressed it calls another script to validate the user (password etc) and then proceeds to load another page. However, the script called always come back saying that either the password or username is incorrect. I know the password and username are correct and I also know that the first page is passing correctly the vairables.

Any ideas to the cause of the problem? Apologies if this is badly worded (its late.)

tiw
11-15-2001, 10:07 PM
How are you passing the variables between the files? are you appending them to the url, using session management?