Flash and Php

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
user___
Forum Contributor
Posts: 297
Joined: Tue Dec 05, 2006 3:05 pm

Flash and Php

Post by user___ »

Hi guys,
I have a flash file which uses some info from Php. When a user logs in they see this flash file(Actually, this file shows some user's information).

My question is how can I make flash read with Php securely(What I mean is that this information is unique for each user(So the flash file must know what to print) and when they log in they have to see their information but another user's onea and This information must not be available for unregistered users).

Thanks.
Post Reply