|
Question about building sites
|
|
06-27-2011, 04:57 AM
Post: #1
|
|||
|
|||
|
Question about building sites
What's better to use, PHP or HTML?
Is there spiecel needs for each language? |
|||
|
07-02-2011, 08:17 PM
Post: #2
|
|||
|
|||
|
RE: Question about building sites
i do not know alot about this subject but i was told once that PHP was a bit more simple when you know what your doing than html since it is less time consuming...but again i do not know for sure i am just saying what i was told
|
|||
|
07-02-2011, 09:04 PM
(This post was last modified: 07-02-2011 09:04 PM by Cida.)
Post: #3
|
|||
|
|||
|
RE: Question about building sites
PHP is not an alternative to HTML. Their purposes are entirely different, you cannot even compare them.
HTML isn't a programming language, it's a client-side tag language (parsed by the browser) intended for document structure. PHP is a programming language (that runs server-side) and is capable of math, data manipulation, using the file system and more. You should be using both for a dynamic website (like Ethical Hackers) where users, settings and posts are automatically handled by the site. For a static website (everything stays the same), you only need HTML. |
|||
|
09-25-2011, 10:07 AM
Post: #4
|
|||
|
|||
|
RE: Question about building sites
PHP I guess, I think you could create better website with it.
|
|||
|
01-17-2012, 11:50 AM
Post: #5
|
|||
|
|||
|
RE: Question about building sites
Both have their own uses
|
|||
|
« Next Oldest | Next Newest »
|
| Possibly Related Threads... | |||||
| Thread: | Author | Replies: | Views: | Last Post | |
| Question|Script Vs Script | _S_H_I_R_ | 0 | 294 |
08-15-2010 03:24 PM Last Post: _S_H_I_R_ |
|
| Question: What is python? | jadyn | 5 | 625 |
05-17-2010 03:15 AM Last Post: Lightpixel |
|
| MySQL question | ruddkipz | 8 | 699 |
05-02-2010 01:31 AM Last Post: Kitt3n |
|
User(s) browsing this thread:




