Question:
php website design language?
anonymous
2010-05-19 05:14:22 UTC
what is the full form oh php website design language.......and how 2 differen it HTML or Dhtml
Four answers:
Lehel T
2010-05-19 05:21:26 UTC
Sorry man, but I can't understand a word! First of all php isn't a website design language. Its a scripting language for dinamic web pages.



The difference between php and HTML is, that php is a scripting language, and HTML is a markup language:P



Php, wikipedia:

http://en.wikipedia.org/wiki/Php



But next time please write an easily understandable question!
seo
2010-05-19 05:17:27 UTC
We maintain web servers using PHP 5 so that we can offer you the best web design services in the Kansas City Area. PHP is the most widely used programming language on the Internet. ... PHP Language Support ... Home Blog Design Static Sites Dynamic Sites Database Driven Sites E-Commerce Sites What will it Cost?
Blake
2010-05-19 05:22:42 UTC
I'm not sure what you mean by "Full form", but I'll tell you some stuff that may clear your confusion,



To use PHP you need to also know MYSQL. PHP is the web coding, while MYSQL is a database.



PHP programs can generate full HTML pages, with interactive content while constantly updating data.



HTML is an internet programing language too, but HTML is a language that can be mostly understood by humans, while PHP uses java and is a lot more complicated and dificult,



HTML will look like this:







While PHP coding will look a lot more complicated:


$xml = simplexml_load_file("test.xml");



$xml->body[0]->addChild("date", "2006-10-13");



foreach ($xml->body->children() as $child)

{

echo "Child node: " . $child . "
";

}

?>
who, me?
2010-05-19 05:26:08 UTC
/


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...