hello guys!
this is how i define a static, dynamic and a flash animated site… tell me if it’s correct or not. or you could add something regarding this.
static site = could be a plain HTML site or could have a flash embeded but w/o backend integration.
dynamic site = a site using a backend applications such as ASP, PHP and Coldfusion
flash animated site = a flash animated site is also considered static but can be defined as dynamic when there is a backend integration with any kind of Server-side Scripts.
nah dynamic simply means something that changes. So a site backended by a database is dynamic because the content of the site is defined by what’s in the database
he means that the PHP is merely pulling data from static storage places. Like a text file that has to be re-uploaded if changed; it can’t be changed thru the PHP script.
Editing and writing to a text file makes it dynamic, but just reading from a text file does not…