[PHP] Anyone use frames and PHP solution?

2002-05-06 Thread Jeff Lewis

I've looked through the archive and seen that people have attempted it but I
am wondering if anyone has actually gone forward with using PHP and frames
together.

I ask as I am using a very simple frame interface.  Left side contains a
menu system with all content etc on right.  I have a login box on the left
but when pressing submit it logs in ok but in the menu.

So wondering if anyone has managed to find a good solution for the two
combined...

Jeff


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Anyone use frames and PHP solution?

2002-05-06 Thread Miguel Cruz

On Mon, 6 May 2002, Jeff Lewis wrote:
 I've looked through the archive and seen that people have attempted it but I
 am wondering if anyone has actually gone forward with using PHP and frames
 together.
 
 I ask as I am using a very simple frame interface.  Left side contains a
 menu system with all content etc on right.  I have a login box on the left
 but when pressing submit it logs in ok but in the menu.
 
 So wondering if anyone has managed to find a good solution for the two
 combined...

There is nothing special about using PHP with or without frames. Your 
question strikes me as similar to asking whether anyone has managed to use 
PHP to output images that are predominantly red in color.

Perhaps you could explain in a little more depth exactly where you are 
having trouble and what the specific symptoms of the trouble are.

miguel


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Anyone use frames and PHP solution?

2002-05-06 Thread Greg Donald

On Mon, 6 May 2002, Jeff Lewis wrote:

I've looked through the archive and seen that people have attempted it but I
am wondering if anyone has actually gone forward with using PHP and frames
together.

I ask as I am using a very simple frame interface.  Left side contains a
menu system with all content etc on right.  I have a login box on the left
but when pressing submit it logs in ok but in the menu.

So wondering if anyone has managed to find a good solution for the two
combined...

PHP has nothing to do with frames.  You can have a .php file as the frame 
source for any given frame, just like if it were an .htm or .html page.

-- 
---
Greg Donald - http://destiney.com/
http://phprated.com/ | http://phplinks.org/ | http://phptopsites.com/
---



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Anyone use frames and PHP solution?

2002-05-06 Thread Robert Cummings

Greg Donald wrote:
 
 On Mon, 6 May 2002, Jeff Lewis wrote:
 
 I've looked through the archive and seen that people have attempted it but I
 am wondering if anyone has actually gone forward with using PHP and frames
 together.
 
 I ask as I am using a very simple frame interface.  Left side contains a
 menu system with all content etc on right.  I have a login box on the left
 but when pressing submit it logs in ok but in the menu.
 
 So wondering if anyone has managed to find a good solution for the two
 combined...
 
 PHP has nothing to do with frames.  You can have a .php file as the frame
 source for any given frame, just like if it were an .htm or .html page.

My guess is that he's looking for a library that will provide an
abstracted layer to delegating the frames.

Cheers,
Rob.
-- 
.-.
| Robert Cummings |
:-`.
| Webdeployer - Chief PHP and Java Programmer  |
:--:
| Mail  : mailto:[EMAIL PROTECTED] |
| Phone : (613) 731-4046 x.109 |
:--:
| Website : http://www.webmotion.com   |
| Fax : (613) 260-9545 |
`--'

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php