Page is a not externally linkable
henry0 - 3:15 pm on Jun 4, 2008 (gmt 0)
You could have three landing pages: The landing page will be reading the passed value as $_GET (super global) [us2.php.net] $_GET [w3schools.com] Hope this may start you [edited by: dreamcatcher at 4:46 pm (utc) on June 4, 2008]
http://www.example.com/movie.php?form_id=1
http://www.example.com/movie.php?form_id=2
http://www.example.com/movie.php?form_id=3
movie1.php, movie2.php etc...
OR
Only movie.php
and use a switch [us2.php.net]
to determine which form serving
[edit reason] use example.com. Thanks. [/edit]