Forums

This topic is locked

FLASH BUTTON LINK TO URL WITH PARAMETERS

Posted 23 Dec 2007 14:29:34
1
has voted
23 Dec 2007 14:29:34 PENELOPE SOUANI posted:
Hi to everyone,

I have created a website which is used by many domains. Each domain owned has an ID stored in a table (mysql) and his domain is redirected like this: www.mydomain.com/index.php?RecordID=1 or 2 etc. In the home page I have a flash movie and when it ends, a flash button will have to be clicked in order to enter in the rest of website. I want to pass the RecordID of each domain owner to next page from a recordset in the link of the flash button, Example clicking the flash button to give the next page like this: page.php?RecordID=1 but when a put the link I want in the flash button it passes to the next page the php code and not the value like this page.php?RecordID=<?php echo $row_Recordset1['site_id']; ?>
If anyone could help I appreciate it.

Thanks in advance,
Penelope

Reply to this topic