Introduction please
Hi,
I have written my webpage using standard html / PHP and a bit of java
Question: My server isn't compatible with *.cfm
but I can run *.fla and *.swf
I use PHP to access MySQL and display the informations + use some variables (Articles_ID) to send the "surfer" to the correct page. like:
<form name=<?php echo "button".$Article_ID." "; ?>
method="POST" action="Articles.php?ID=<?php echo "$Article_ID" ?>"><p align="center" style="margin-top: 0; margin-bottom: -19"><input type="submit" value="View" name="Articles"></form>
Can this be done in *.fla or *.swf ?
What I am after is a better look and I think Flash can provide ths easily (everything been relative..)
|