Re: [PHP] PHP within Frames

2003-10-20 Thread David T-G
Kevin -- ...and then KB said... % % David, % % Thanks for the response. Sure thing! I see that you sent this back only to me. You should generally reply to the whole list because 1) I certainly don't know everything and 2) others will almost certainly answer before I will. I've taken the lib

RE: [PHP] PHP within Frames

2003-10-20 Thread Daryl Meese
Ok, this is just a guess but, it is based on experience. Lets say you have the frames page (frames.php), it has two frames show_a.php and show_b.php, the code for each is simple print "$a" and print "$b" respectively. If frames.php?a=hello&b=world is called and the frame sources are set to show_a

Re: [PHP] PHP within Frames

2003-10-20 Thread David T-G
Kevin -- ...and then KB said... % % OK...more specific... % % I'm running Windows XP Professional with PHP and MySQL and IE6 OK. Two out of four ain't bad :-) % % What doesn't work: Anything inside the PHP parameters when running in a % Frames environment. Hmmm... I appreciate your effor

Re: [PHP] PHP within Frames

2003-10-20 Thread KB
OK...more specific... I'm running Windows XP Professional with PHP and MySQL and IE6 What doesn't work: Anything inside the PHP parameters when running in a Frames environment. Someone mentioned that I might not have the testing server set up correctly and it may be running locally. Bit of a n

Re: [PHP] PHP within Frames

2003-10-19 Thread Adam
This is really an browser interpretation of HTML issue than a straight PHP issue. A little more information would be helpful - such as browser, page content, etc. Regards, Adam On Sunday, October 19, 2003, at 05:45 PM, KB wrote: Hi, Does anyone know why my PHP pages won't work in Frames? I ha

Re: [PHP] PHP within Frames

2003-10-19 Thread John Nichel
KB wrote: The Main_User_Interface is the Frames definition and the Catagory_Choice is a page I'm trying to load into the left page. I mention the Dreamweaver piece as I'm a novice and can't pass comment on the bits that dreamweaver automatically generates. I'm also not sure that I know everything

Re: [PHP] PHP within Frames

2003-10-19 Thread Chris Shiflett
--- KB <[EMAIL PROTECTED]> wrote: > Does anyone know why my PHP pages won't work in Frames? I do. Just kidding. :-) > I have 5 frames, each of which are displaying PHP pages.and > none of the PHP code works. Please be more specific. I assume you mean that your code is being interpreted but t

Re: [PHP] PHP within Frames

2003-10-19 Thread KB
John, Thanks for the response. Below is my response to Larry...if you can shed any light on this then I would be gratefull. Thanks for the swift response. I didn't post the code as I thought there may be an obvious answer.sorry.. Attached are two pieces of simple code (produced originally

Re: [PHP] PHP within Frames

2003-10-19 Thread Larry E . Ullman
Does anyone know why my PHP pages won't work in Frames? I have 5 frames, each of which are displaying PHP pages.and none of the PHP code works. PHP works just fine within frames because the two issues are completely unrelated. That being said, I can't tell why you're having problems as you

Re: [PHP] PHP within Frames

2003-10-19 Thread John Nichel
KB wrote: Hi, Does anyone know why my PHP pages won't work in Frames? I have 5 frames, each of which are displaying PHP pages.and none of the PHP code works. If I run the code outside of Frames it works fine! I've can't find any decent references for PHP in Frames. Your help would be apprec