![]() |
|
PHP vs HTML 5 - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Coding (https://sinister.ly/Forum-Coding--71) +--- Thread: PHP vs HTML 5 (/Thread-PHP-vs-HTML-5) Pages:
1
2
|
PHP vs HTML 5 - cr33pyguy - 09-20-2013 So, my question today is extremely simple... What are the advantages and disadvantages of PHP when comparing to HTML. I'm currently doing HTML 5 with CSS, and a bit of Java. And no, please don't start telling me i didn't do my research. I did, but thought that it might be good to have a thread about this on these forums, for the beginners. Anyhow, Cheers -Cr33py RE: PHP vs HTML 5 - Cyanide and Cynicism - 09-20-2013 HTML and CSS are great for client-sided work, with the recent HTML5 coming close to JavaScript in regards to capability. PHP on the other hand has always been a bad version of Perl designed to make coding it easier, Django and other new web-frameworks are the future. Quote:And no, please don't start telling me i didn't do my research. I did, but thought that it might be good to have a thread about this on these forums, for the beginners. No, you didn't. If you did you'd know that PHP is server-sided and that HTML and CSS are client-sided, comparing them doesn't make any sense. RE: PHP vs HTML 5 - cr33pyguy - 09-20-2013 Thanks for simplifying it for me ![]() (09-20-2013, 09:20 PM)Cyanide and Cynicism Wrote: No, you didn't. If you did you'd know that PHP is server-sided and that HTML and CSS are client-sided, comparing them doesn't make any sense.Okay, you caught me, i did not know that
RE: PHP vs HTML 5 - TechSaavy - 09-21-2013 Simply said: PHP can do more advanced stuff than HTML and CSS can (mathematical operations, database, getting info form other websites etc.), while HTML and CSS are simply made for design. (With that in mind, Server-sided languages can do what client sided languages can not, and oposite) RE: PHP vs HTML 5 - Lain - 09-21-2013 Comparing HTML5 and PHP is like comparing Gabe Newell and Morgan Freeman, they're both equally great, but both do completely different things. RE: PHP vs HTML 5 - Flashwave - 09-21-2013 It's not about comparing them, the real shit happens when you combine em RE: PHP vs HTML 5 - Reiko - 09-26-2013 (09-21-2013, 11:58 AM)Flashwave Wrote: It's not about comparing them, the real shit happens when you combine em This. One is fairly boring without the other. RE: PHP vs HTML 5 - Oni - 09-27-2013 You're comparing a markup language with a programming language. What kind of answer do you expect? PHP actually does things, while HTML just sits there and looks pretty. Obviously they are completely different, but when combined they can create beautiful things.
RE: PHP vs HTML 5 - Screamz - 09-27-2013 Completely agree with Oni, it's about combining them, not comparing them. RE: PHP vs HTML 5 - BlueScreen - 09-29-2013 I don't even.. Are you high OP? |