vote up 0 vote down star
1

hi mi name is Carlos i'm from guatemala, i need help, I am a beginner in the programming and I need good books to be able to associate with the programming. you could help me, the language that strikes me is php and java for connections to DB

flag
Carlos, if you do a search of this site you'll find several topics with very helpful replies. – Chuck Sep 17 '08 at 18:25
changed title to reflect question – Juan Manuel Sep 17 '08 at 18:30
why people marking this down, this is a good question. – SeanDowney Sep 17 '08 at 20:32
No it should be 2 questions! One for java booḱs and one for php books. – Johan Sep 1 at 5:14

13 Answers

vote up 2 vote down

I would read the Java tutorials. Books cost money, the internet is free!

link|flag
Keep in mind that net connections may not be as cheap or ubiquitous in Guatemala as they are here in the US. – Chris Upchurch Sep 17 '08 at 18:24
I figured that since he was asking for help online, the resource was available to him. Otherwise he would have went to a bookstore or library. – jjnguy Sep 17 '08 at 18:26
vote up 4 vote down

I'd recommend the online PHP tutorial and the book Head First Java. They're both great for beginning programmers.

Update: I also recently picked up Head First PHP and MySQL, and it's pretty good. Definitely worth it to look at the online preview to see if you can learn anything from it.

link|flag
vote up 0 vote down

Beginning PHP on apress, is pretty good.

on Amazon

link|flag
vote up 0 vote down

"Thinking Java" is a great book on Java and you can download then whole thing for free

http://www.mindview.net/Books/TIJ/

link|flag
vote up 0 vote down

change your question subject to be your question. Like "Recommend some good beginning PHP and Java books".

link|flag
vote up 0 vote down

http://en.wikipedia.org/wiki/The_C_Programming_Language_(book)

Learn C. Once you learn C, Java/PHP/C#/etc become a lot easier to grasp. Plus you will be learning how to do a lot of things manually and making a lot of important mistakes. You will be able to intelligently discuss the benefits and drawbacks of garbage collection, object orientation, and a lot of other techniques others take for granted.

link|flag
vote up 0 vote down

The PHP documentation at http://docs.php.net is actually one of the best resources for learning PHP by example.

Once you get a basic understanding of the language, download a few open source PHP projects and see how they function. Hands-on hacking is the best tutorial in my opinion.

link|flag
vote up 0 vote down

Thinking Java is a great book, for PHP the documentation online and this book online http://hudzilla.org/phpwiki/index.php?title=Main_Page.

link|flag
vote up 0 vote down

Move on to this PHP book: http://www.apress.com/book/view/9781590599099 as soon as possible, it'll introduce you to concepts that will stand you in good stead for any modern language and will teach you good habits early. Welcome to the club!

link|flag
vote up 0 vote down

I personally liked php architect's Zend PHP 5 Certification Study Guide for PHP and SCJP Exam for J2SE 5 for Java.

THE book for Java, once you get past the syntax and concepts, is definitely Effective Java.

link|flag
vote up 0 vote down

Java

Java Notes - Very Neat as class notes

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.