• 0

other than HTML help


Question

i done a few sites (basic sites) useing html example

but whats all the other langues such as , PHP, XML etc... whats the diffrent from

html?? what other features you get??

i,ve only ever used dreamweaver for my sites

can i use PHP, XML from within dreamweaver?? and what would i benifit from these other codes??

also what is mysql ? i seen that about alot to

after looking at my site would these codes (PHP, XML) be out of my league?

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0
i done a few sites (basic sites) useing html example

but whats all the other langues such as , PHP, XML etc... whats the diffrent from

html?? what other features you get??

i,ve only ever used dreamweaver for my sites

can i use PHP, XML from within dreamweaver?? and what would i benifit from these other codes??

also what is mysql ? i seen that about alot to

after looking at my site would these codes (PHP, XML) be out of my league?

most of these other languages you hear about are server side languages...PHP, ASP... with those you get a lot of programmability that the client never has to deal with, but you need a web host that supports the language. mySQL a database...which you can interface with PHP or another server side language, and you can do pretty much whatever you want with that. guestbook, shopping cart, forum....etc. it really depends on if you need all these technologies. if you're just making simple sites, you can still do it all in basic HTML, maybe with some javascript and css thrown in for fun.

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.