![]() |
|
|||||
|
|
#1 (permalink) |
|
DDC
Join Date: Nov 2006
Location: Vancouver, BC - Canada
Posts: 2
|
Just wanted to know what is difference between *.php(s) or *.htmls on your website? I noticed that some websites are running on index.php instead of index.html and other webpages in *.php too? to my understanding, the website runs more fast if you do in php language or what?
I'm web designer and I normally code xhtml, css and flash/javascript and sometimes some back-end programmings (php, mysql, and perl) if it is needed to run some apps and others. Looking forward to some answers to the question. Thanks! |
|
|
|
|
|
|
|
__________________
This advertising will not be shown in this way to registered members. Register your free account today and become a member on AllDeaf.com |
|
|
|
#2 (permalink) |
|
Administrator
|
The only difference is that the .php extention tells the web server that the page may include PHP code. PHP is used for producing dynamic web pages while HTML produces static web pages. Actually, HTML web pages load faster than PHP web pages.
While this site is written in PHP, the dynamic URLs are converted into static looking html web pages.
__________________
"Kindness is a language which the deaf can hear and the blind can read." - Mark Twain |
|
|
|
|
|
#3 (permalink) |
|
Registered User
Join Date: May 2003
Posts: 90
|
PHP: Personal Hypertext Preprocessor is a reflective programming language originally designed for producing dynamic Web pages and remote application software. PHP is used mainly in server-side scripting, but can be used from a command line interface or in standalone graphical applications. Textual User Interfaces can also be created using ncurses. Powerful scripts and CHEAP!
|
|
|
|
|
|
#4 (permalink) | |
|
bloody phreak from hell
![]() |
Quote:
With PHP, it has to access information as if it was running a program before converting to HTML language and then posting online.
__________________
![]() Check out my city... CLICK HERE! (If you already visited yesterday, visit again today!) |
|
|
|
|
|
|
#5 (permalink) | |
|
DeafCruise.com
Join Date: Apr 2005
Posts: 169
|
Quote:
For example.. alldeaf is using php based. If alldeaf is using html, then it's like pulled 10 feet boat using bug VW car.
__________________
Thinking about going Deaf Cruise Vacation? Join with our deaf group! http://www.deafcruise.com Deaf Cruise Gallery Online http://www.deafcruise.tv Are you looking for place to stay at hotel? Check out our lowest price on popular selection hotels http://www.deafhotels.com |
|
|
|
|
|
|
#6 (permalink) | |
|
bloody phreak from hell
![]() |
Quote:
HTML could retrieve information through Javascript, but it's not as secure as PHP and can cause problems for some internet browsers. It also takes longer in some cases. Right now, I'm using a setting where 40 posts are viewed per page. If I were to use HTML, that would be a HUGE file to load up. If I were to use PHP, it would be a small simple-coded file that reads elsewhere and brings it all up in HTML format.
__________________
![]() Check out my city... CLICK HERE! (If you already visited yesterday, visit again today!) |
|
|
|
|
|
|
#7 (permalink) | |
|
Registered User
Join Date: Sep 2005
Location: Miami, FL
Posts: 693
|
Quote:
Ajax and other similiar technologies are now shoring up Web 2.0 and Internet website usability should improve thousandfold. |
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|