Is it possible for someone add Java Sript, Flash etc to my HTML/CSS website?

Haziman

New member
Sure, if your hosting provide PHP or server-side scripting feature, you could simply change your index.html into index.php or other script, this will let you make the page dynamic and let you interactively communicate with the user. Some googling on PHP will let you start coding dynamically.
 
I have a static website and I wish to add the programming, the flash and so on - is it possible to add the them or they have to be done at the same time as the HTML/CSS?
 
Sure, if your hosting provide PHP or server-side scripting feature, you could simply change your index.html into index.php or other script, this will let you make the page dynamic and let you interactively communicate with the user. Some googling on PHP will let you start coding dynamically.
 
Back
Top