also were can i download books .pdf format for it. Also if there are any good Vtc's for the language that would be nice to know.
Answer
It depends really on the area that you want to program in, in the future.
For example, if you wanna become good at programming websites, then I would say HTML > Javascript > CSS > XML > PHP.
If you wanna learn how to make computer programs then Java is easy to start off with. (it's normally the first coding language you learn when studying IT at a university) C# and C++ are also good languages to start off with, as they are being used a lot.
The good thing about programming languages is that most of them work for 80% the same way, so if you understand the basics of if/else, loops, variables in java, you will quickly be able to implement those in PHP, C# or whatever language.
When you become more advanced, you will probably want to learn about Object Oriented coding, database connections, internationalization, etc...
--
In a way, I agree with the answer made below saying you should learn a scripting language. But don't learn any of the ones that the guy mentioned. (So don't learn Python, Perl, vbscript, etc..)
Those languages are "dead". It's much better to start with a famous language like Java or HTML/PHP because its more useful in the long run. Nobody cares about "javascript"-skills, but 9 years experience in C# or Java is very useful.
It depends really on the area that you want to program in, in the future.
For example, if you wanna become good at programming websites, then I would say HTML > Javascript > CSS > XML > PHP.
If you wanna learn how to make computer programs then Java is easy to start off with. (it's normally the first coding language you learn when studying IT at a university) C# and C++ are also good languages to start off with, as they are being used a lot.
The good thing about programming languages is that most of them work for 80% the same way, so if you understand the basics of if/else, loops, variables in java, you will quickly be able to implement those in PHP, C# or whatever language.
When you become more advanced, you will probably want to learn about Object Oriented coding, database connections, internationalization, etc...
--
In a way, I agree with the answer made below saying you should learn a scripting language. But don't learn any of the ones that the guy mentioned. (So don't learn Python, Perl, vbscript, etc..)
Those languages are "dead". It's much better to start with a famous language like Java or HTML/PHP because its more useful in the long run. Nobody cares about "javascript"-skills, but 9 years experience in C# or Java is very useful.
How do I include PHP codes in an XML file?
Jackal
How do I include PHP codes in an XML file?
I have built a site and retrieving images dynamically through PHP code
At the same time I want to use an XML Image Gallery to navigate through the images
How I can include PHP code to point out the images in XML file.
I would be much appreciate someone can help on this problem.
Answer
Hi,
If I understand you correctly you want to read the XML file with PHP so that you can display the images.
If that is the case the I would use a PHP extension called SimpleXML (http://uk.php.net/manual/en/book.simplexml.php), This allows you to read XML files and access them like via arrays.
Hope that helps
Hi,
If I understand you correctly you want to read the XML file with PHP so that you can display the images.
If that is the case the I would use a PHP extension called SimpleXML (http://uk.php.net/manual/en/book.simplexml.php), This allows you to read XML files and access them like via arrays.
Hope that helps
Powered by Yahoo! Answers



Comments :
Post a Comment