RE: [PHP] Uppdating a frame from another frame using PHP

2001-01-31 Thread Ryan Gaul
so I can't guarantee that everything is correct, but I think this should work. Good Luck, Best, Ryan -Original Message- From: Rickard Walder [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 31, 2001 6:34 AM To: [EMAIL PROTECTED] Subject: [PHP] Uppdating a frame from another frame

[PHP] Uppdating a frame from another frame using PHP

2001-01-31 Thread Rickard Walder
I am using PHP on site using frames. I need to uppdate a frame called basket_right everytime I run a file called cart_add.php (which contains no HTML code) from the frame called menu_and_main I tried using the header("Location: ") command, but don't know how to adress the basket_right frame. Is th