today i downloaded a book about php and started to read it i m just curious,i know its a bit late for me to do these things. i wanna know which one is prior to learn in web design , php javascript ajax xml mysql i don't know what are the steps
Firstly learn (X)HTML and CSS. Then move on to PHP. Whilst learning PHP, learn MySQL too. check out http://www.phpvideotutorials.com/ and http://www.w3schools.com/
It's never late to start learning something new! You haven't mentioned your skills in HTML/CSS. These two languages are like brothers and they will be your basis in designing/creating websites. W3Schools is a good place to start with HTML, try to find a book for HTML beginners. At W3Scools CSS section you can start with learning CSS. Spend as much time with HTML/CSS as you can to get familiar with the syntax and behavior... After that move on to PHP, finding a book for PHP beginners, use Google to find related books, tutorials and websites! Motivate yourself, be tough and diligent!!!! Good luck!
Html + Php + Mysql + Css + Javascript + Ajax Before learning php you sould learn html. Learning php will not help you to create dinamic sites by itself. You should learn mysql with php (together). When you learned html, php and mysql you can try to make your site look better and do fancy things by learning css, javascript and ajax.