getting data frames

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
yaron
Forum Contributor
Posts: 157
Joined: Fri Aug 22, 2003 8:40 am

getting data frames

Post by yaron »

Hello all,
I need to create a window that contains several frames.
to each I need to transfer some data but I'm not sure it will be safe enough (length wise) to use get method to each frame.
any other way i can do that?
sessions maybe?
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

Yes, you could do this via sessions.

Mac
Post Reply