| | Well being a HTML its easy for me but what do people use the most? Is it HTML or PHP. It depends really on which you learnt first. So im gonna have a poll.Post HTML for Html and PHP for php and we will see which is more popular. |
| Nov 21, 2009 |
QUOTE (Www.AnthonyLazaroni.Com @ Nov 1 2009, 01:29 PM) I prefer HTML, its a lot simpler, and you can get used to it very quick, php confuses me so.... HTMLYeah that's true, but HTML also has a limit of uses, and there's a lot of things that you can't do with HTML, and you can do with PHP. Sure, PHP is confusing, but HTML is for simple web pages, and PHP is for dynamic web pages.PHP is better for a complicated website with a lot of uses (with email forms, login forms etc.) an...
read more.
I use PHP because I can manipulate web pages more with PHP than HTML, like including another webpage to the current page with the command include. You can do the same with HTML but have to use bulky <object> command with register keys that's hard to remember. And coming from C++ background, I was able to understand PHP faster compare to HTML commands--especially love the FOR loop and IF, THEN commands.
However, I've been meaning to ask this question: do search engines like HTML page more than PHP page? I made few websites years ago, at the same time, one with PHP and the other one with HTML. Google, it seems, liked HTML pages better than PHP. My backlink search shows HTML cached by Google and none of my PHP cached by Google... Am I dreaming? So, ultimately do you build with HTML (file ending) or PHP (file ending) which to choose? Well being a HTML its easy for me but what do people use the most? Is it HTML or PHP. It depends really on which you learnt first. So im gonna have a poll.Post HTML for Html and PHP for php and we will see which is more popular. That's a very unfair comparision. HTML is a markup language. It was made to display text and stuff like that in a fancy way. PHP was made as a scripting language to do things like access files, solve mathematical problems, and do repetitive tasks easily. If you're referring to the use of PHP on the web, well, you're going to need to use HTML with PHP anyways if you want to do anything worthwhile. HTML by its own isn't very convienient to update.
Tetraca,
Thanks for the pointer. I guess since I use mainly to "calculate" my pages depending on the result, such as random file displaying or visitor's status value (whatever it may be) I just started to use PHP and spit out HTML command using the ECHO. This made me forget your point--PHP is really a scripting language where PHP still depends on HTML markups to render web pages. I did find an answer to my question above...PHP or HTML and does it matter to SEO. QUOTE I will say though, that theirs no seo reasoning behind changing from php to html, I don't know why people worry with that. Mod_rewrite is only worth it to get url's without multiple variables. SourceAt the worse case, I can always rewrite .php to show .html by .htaccess rewrite.
It depends on what web page its for. Like if you're doing a web page for some login page then use php, but just a normal page like some introduction about your self with no advanced features i.e. guestbook. Then use html. To me html is easier, but php gives you more functionality. Also if you don't want people looking at your webpage's code use php, only advanced users that know how to create web browsers can know your 'code'
Well as said for almost any website you need HTML, unless its one of those fancy pure css sites. So to be fair virtually 1OO% of websites use HTML so in that sense HTML is more popular, now if the question is about which language i prefer coding in i would say php because i like solving problems more than displaying info.
but in a comparison of sites with html and those using php HTML would win in terms of numbers of websites using it because you dont need t use php to make a website.
I use HTML and CSS at the moment because I don't know PHP yet. I would like to learn it soon so it can update stats atuomatically so I don't have to. Example, I plan to make a fanlisting soon and PHP is great with updating member stats right away. There's lots of other reasons. I'll still use HTML though.
while php is more flexible but it is more confusing than html and it requires a big download to code from my desktop so i prefer to use html. if i realy need php i normaly just download the scripts like wordpress or watever
I don't think such a question could actually be asked... It's as if you are comparing to objects of different nature... HTML is a markup language which is the basic knowledge in web-designing; it is indispensable. While on the other hand, PHP is a server-side scripting language which allows you to execute scripts on your website. Now if you want to keep it simple for you while coding your website, you can use HTML and at the same time, use PHP... each in its right place and for its right cause.
I just want to point to something... when you want to compare, you have to choose items of like-nature. To be clearer, you can compare PHP to ASP, HTML to XML... something like that. I don't think such a question could actually be asked... It's as if you are comparing to objects of different nature... HTML is a markup language which is the basic knowledge in web-designing; it is indispensable. While on the other hand, PHP is a server-side scripting language which allows you to execute scripts on your website. Now if you want to keep it simple for you while coding your website, you can use HTML and at the same time, use PHP... each in its right place and for its right cause. I just want to point to something... when you want to compare, you have to choose items of like-nature. To be clearer, you can compare PHP to ASP, HTML to XML... something like that. I myself use them both alongside each other but not all the time it depends what I am designing if its a clan/game based feature i will use both but if its a security module etc i will use php and html if needed, but that question is really hand in hand. i think using one or the another is the wrong way to go but everyone is different and they not think like I do.
Latest EntriesI prefer HTML, its a lot simpler, and you can get used to it very quick, php confuses me so.... HTML Yeah that's true, but HTML also has a limit of uses, and there's a lot of things that you can't do with HTML, and you can do with PHP. Sure, PHP is confusing, but HTML is for simple web pages, and PHP is for dynamic web pages. PHP is better for a complicated website with a lot of uses (with email forms, login forms etc.) and HTML is for simple webpages with stuff like videos, links etc.
I prefer HTML, its a lot simpler, and you can get used to it very quick, php confuses me so.... HTML
As usual, PHP is great for making dynamic websites, which is exactly what it's for. It's very versatile, has many more uses than HTML does, and of course, often produces better results. Technically speaking, it's a fairly complicated language, and while I'm still learning it, I find it quite hard. Very hard in comparison to HTML, though xD And well, PHP is a very strong web language, in my opinion. HTML, on the other hand, is the most basic web language there is, and it has really simple commands. Yes, it's still has a very diverse range of uses, especially for a simple yet elegant looking home page. If you couple HTML with CSS, it looks great. I use HTML in general for embedding javascript, videos, images and flash, and for some other things too. Eh, I tend to use HTML more, although I use PHP for harder things... agreed. PHP and such is for scripts mainly. like a web script and forums. it can be hard but once you have mastered it everything else fades away and all you want to use is PHP PHP is a server side, HTML embedded scripting language used to create dynamic Web Pages. In an HTML document, PHP script is enclosed within special PHP tags. Because PHP is embedded within tags, the author can jump between HTML and PHP and is similar to ASP and Cold Fusion instead of having to rely on heavy amounts of code to output HTML. And, because PHP is executed on the server, the client cannot view the PHP code. PHP can perform any task that any CGI program can do, but its strength lies in its compatibility with many types of databases. Also, PHP can talk across networks using IMAP, SNMP, NNTP, POP3, or HTTP. agreed. HTML is the simplest form of web code there is and is very easy to learn. able to master it in less then a month from scrach. it does have a lot of limits. so you are bound to run into situations where you will have to use a more advanced form of scripting such as PHP.
As usual, PHP is great for making dynamic websites, which is exactly what it's for. It's very versatile, has many more uses than HTML does, and of course, often produces better results. Technically speaking, it's a fairly complicated language, and while I'm still learning it, I find it quite hard. Very hard in comparison to HTML, though xD And well, PHP is a very strong web language, in my opinion.
HTML, on the other hand, is the most basic web language there is, and it has really simple commands. Yes, it's still has a very diverse range of uses, especially for a simple yet elegant looking home page. If you couple HTML with CSS, it looks great. I use HTML in general for embedding javascript, videos, images and flash, and for some other things too. Eh, I tend to use HTML more, although I use PHP for harder things... QUOTE i think php is good for one who wants a simple and personal site but for a company or a gig site you will need html or .xml according to me go with html as its nice and easy to use and also very powerful Wrong way around. HTML is for very, very simple sites with just a few pages. PHP is for complex sites with user interactions (forms) and stuff like that. There can be no opinion here, this is cold hard fact!
Similar Topics
Keywords : php, html,
PHP, MySQL, HTML, etc. (3) Hey guys, I am a very, VERY, curious person on finding out how things work on the computer if I find Stop your Html codes from being stolen on your HTML pages. (16) Hello people! Obviously a lot of people use these little scripts to stop you from right clicking on download FREE version (6) You can create professional online albums/books with this simple and convenient tool: FlippingBook Which way you like- MyPage.html or my-page.html or my_page.html (9) Everybody talks about meta tags, keywords, good title names and how they can increase page rankings, (24) im looking for any kind that is free really.... i use windows but if you have one for a different (9) how to make my intro page in the middle not CENTER .... does anyone know how to import a flash into a webpage with transparenc (3) Hi I need some help , Im designing this website for school studies However, I made a flash drop down html help (4) Alright, i am working on a website where a number of different users from different companies will It's much better than Frontpage (3) I was desperate to finish a site I was designing after I lost my hard drive and my software. I (20) im a noob when it comes to web html to design web sites, can some one tell me where to find a good (1) I am currently learning the basics of web building and i am wondering if and when you should use i want to start buliding my website. which is better, php or basic htm (16) i try to start this topic in webhost category but it seems like i cant. i dont have the permission How to display foreign characters correctly when designing a site. (5) I was wondering how I could solve a small problem. I was told that some people see accented and (4) Here's the deal. I am new at working with web objects in photoshop. I have CS3, and I created a (2) After few years when I take a look of the web, I find that what I have learnt before is totally I need to import html into an iframe like box (1) As of this post I am trying to convert my current html website to a flash site. I use iframes in my (13) Before I began creating websites myself, i used templates. The best selection of free ones is here: what kind of of coding do you use in your sites? (11) Hey guys I have a question for normal sites what kind of coding do you use besides the regular HTML, Anyone use this html editor? (3) Hi all, does anybody use the TSW webcoder? I ave been using this to do my site for about 3 months (12) I'm new in web design and I want to build a web site where my family can view thumbnail pages Text editor or HTML Editor (7) What is a HTML editor? A HTML editor i basically a text editor but it has some advanced (3) Hello... I want to know a very simple thing...For example i want to add a simple HTML form on my some few questions.. (16) Hello, I have some few questions about a HTML Editor... :/ does it help make your site easier? what (4) QUOTE The CoffeeCup HTML Editor is two editors in one. If you know HTML or want to learn more, (4) PHP is only a scripting language, meaning you will need HTML to make the output look good to the (7) Hi! Im working on a little HTML project for myself and am teaching myself.. So I would like to know (37) Hi, I'm looking for a free HTML editor. Not one of those new-fangled WYSIWYG ones... the only anyone know's the answer? (7) Hello all today i run out on this website and I found it very interesting... Anyone know how they wondering mind (10) Out of the many editors that i have seen not to many support asp or php those that do its more of Looking for php, html,
|
![]() Php Or Html? - which do you use? |
Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com