PDA

View Full Version : work process advice (flash/php)


servalman
05-25-2006, 08:28 AM
Hello this what I'm trying to achieve and I just want to know if I'm doing it the right way.

I have this XML gallery website with lots of artist each one of them as an ID
Now my clients want users to be able to send a link via email to an other user pointing on a specific artist.

I'm about to do it this way:
on click the sen email button
1)retrieve the ID of the artist
2)put it into some url Link inside an email

when the user clik the link in the email :
1)send the variable to flash
2)retrieve and show the right artist

Is there any good tutorial or example of a clean way to do this via php

regards