Now I'm using php | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Now I'm using php

Is there a link to a html5 because in php it does not use the html5 tags at the top of the page defining it from the old html to the html5, so my question is does css and JavaScript link up to php the same way as it does on a html5 or is there a link separate to html5 that joins the php up to the html5 like how css and JavaScript does because I will want to use html5 with the new table structures to it and both the .css and .js are able to be saved separate from the html5 where as php is a bit less explaind

7th May 2017, 12:45 PM
Alan Mair
Alan Mair - avatar
3 Answers
+ 5
As I could understand is that you are asserting that PHP and HTML5 are incompatible. See, PHP and HTML5 are to different entities all together. Both are decent entities, never interfare in one other work, rather live together peacefully. HTML5 is a document structuring language that is rendered by Web Browsers. On the other hand, PHP, is a server side scripting language, which is parsed by PHP interpreter who converts embedded PHP statements into HTML and pass back to Web server.
7th May 2017, 4:33 PM
เคฆเฅ‡เคตเฅ‡เค‚เคฆเฅเคฐ เคฎเคนเคพเคœเคจ (Devender)
เคฆเฅ‡เคตเฅ‡เค‚เคฆเฅเคฐ เคฎเคนเคพเคœเคจ (Devender) - avatar
+ 3
could you please separate your question into several sentences? I have absolutely no idea what you mean and what you want to do. do you have a sample code in code playground of what you want to do?
7th May 2017, 2:20 PM
Mario L.
Mario L. - avatar
0
Thanks for the reply, I was trying to say html only goes so far with what you can do that's why we use html5 I was asking if php is the next one up from html5 because there is only so much html5 offers it feels like html and html5 will no longer be used if im using php would you concur?
7th May 2017, 4:46 PM
Alan Mair
Alan Mair - avatar