iGuest 3 Report post Posted January 10, 2005 I have a question about the different?s between XHTML & PHP: Is XHTML better than PHP & HTML? Share this post Link to post Share on other sites
iGuest 3 Report post Posted January 10, 2005 They're best when used together. PHP is used to create the content, while (X)HTML is used to display the content. You can't really say one is better than the other, since they're used for different things. Share this post Link to post Share on other sites
iGuest 3 Report post Posted January 15, 2005 PHP is a programming language and generate dynamic pages while XHTML generates only normal HTML pages Share this post Link to post Share on other sites
iGuest 3 Report post Posted January 15, 2005 theres no similarites between the two at allCheck out the following fo info:XHTMLhttp://www.w3schools.org/xhtml/default.aspPHP/?gtnjs=1http://www.w3schools.org/php/default.asp/?gtnjs=1 Share this post Link to post Share on other sites
iGuest 3 Report post Posted January 15, 2005 I want to know if PHP is worth learning, since I know nothing about it. Share this post Link to post Share on other sites
iGuest 3 Report post Posted January 15, 2005 I want to know if PHP is worth learning, since I know nothing about it.It is worth learning. I too need to learn PHP more... you will only come to realize more as days pass by.... Share this post Link to post Share on other sites
iGuest 3 Report post Posted January 15, 2005 I want to know if PHP is worth learning, since I know nothing about it.Yes.PHP is the future of web design. It is still widely used today but it hasn't dominated yet. Share this post Link to post Share on other sites
iGuest 3 Report post Posted January 15, 2005 there is a very quick introduction to it at...http://forums.xisto.com/Its definately worth learning, cos it saves so much time in site design.For instance, the content in my site is generated by one file.I can change the layout in my site by editing one file.I can add new sections to my site very quickly, by adding one line of code.Anything is possible with php really. - and if you want a decent site that you can edit and update easily then you need a dynamic code really. Share this post Link to post Share on other sites
iGuest 3 Report post Posted January 16, 2005 yep,i agree with them Share this post Link to post Share on other sites
iGuest 3 Report post Posted January 16, 2005 Thanks Guys. I will check the link welbis. Share this post Link to post Share on other sites