View Single Post
  #1 (permalink)  
Old May 19th, 2005, 07:08 AM
Mantis Mantis is offline
Friend of Wrox
Points: 437, Level: 7
Points: 437, Level: 7 Points: 437, Level: 7 Points: 437, Level: 7
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Dec 2004
Location: London, London, United Kingdom.
Posts: 154
Thanks: 0
Thanked 0 Times in 0 Posts
Default 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..)
Reply With Quote