web directoryearn money in seconds   Free file hosting, free video sharing

<<< The Web Hosting >>>


Go Back   Noeman GSM > Webhosting & Website development > Website development

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-15-2006, 08:05 AM
Spiral's Avatar
CO-Admin
 
Join Date: Sep 2004
Location: Martil
Age: 25
Posts: 15,885
Reputation: 20485
Spiral Mega Super MemberSpiral Mega Super MemberSpiral Mega Super MemberSpiral Mega Super MemberSpiral Mega Super MemberSpiral Mega Super MemberSpiral Mega Super MemberSpiral Mega Super MemberSpiral Mega Super MemberSpiral Mega Super MemberSpiral Mega Super Member
Default Php vs html

Php vs html

PHP and HTML are compliments not competing languages. PHP is used to create dynamic HTML which will be sent to the viewer. You would not be able to create a shopping cart in just HTML. PHP is obviously going to be slower than HTML since it is computing dynamic code, wheras HTML is just reading the code from the file and sending it out. The difference wont be noticable unless you have the php engine doing something rediculous.

The extensions don't make code php or html. HTML code in a .php file is still HTML. by renaming a file to .php, it is simply telling the apache server to look out for php tags (<?php ?>) and if it finds any to engage the php engine.

They are different tools, each used for different jobs.

HTML stands for Hypertext Markup Language, and its basically a tool for displaying text in different ways using tags.

You could create a webpage in HTML, and that would be it. In order to update figures or information on your page, you would have to manually edit the information within the file and re-upload it. All you have is that webpage with nothing behind it.

PHP is what makes the content on your page dynamic. Often used hand in hand with MySQL (or any of the other popular semi-popular databases), PHP uses variables and other functions to do tasks that HTML cannot do.

PHP is handles the data, which can be obtained from people and stored, and HTML is used to format the data. Often called the frontend (HTML) which is what people see, and the backend (the PHP) which is what does the work.

If you wanted to create a shopping cart, you would need both languages. PHP to handle the data, mathematical calculations ... or to incorporate API from another source, to process information according to what you want to do with it, and to communicate with a database.

Then, you would use the HTML to format the results of what the PHP produces. If you didn't have HTML, the PHP output would be very basic, unformatted, and look like a big jumble of information. HTML allows the information to be put into tables, bolded, italisized ... allows linebreaks, headers, subheaders.
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 10-15-2006, 05:28 PM
Master
 
Join Date: Mar 2006
Posts: 2,005
Reputation: 277
yourstruly_sid is a jewel in the roughyourstruly_sid is a jewel in the roughyourstruly_sid is a jewel in the rough
Default

Thanks for the info mate.
__________________
Support WWF and sign up for a passport today ! Your effort could save an animal!



Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 04:36 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
Copyright © 2004-2008 Noeman . All rights reserved
Internet Advertising | Money | Mortgage Calculator | Internet Advertising | Online Advertising

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112