Code: Select all
<html>
<head><title>Test Page</title></head>
<body>
<h2>Data Collection</h2><p>
<form action="getName.php" method="post">
<p>Your name:
<input type="text" name="name" /></p>
<p><input type="submit" /></p>
</form>
</body>
</html>Code: Select all
<param name="FlashVars" value="myVar=<?php "$name" ?>" /> Any help appreciated.
cheers