PDA

View Full Version : Questions!- About PHP


Blue-Inc
05-20-2006, 09:03 PM
Hi there,

I was wondering, what would be the best way to learn PHP for vBulletin? I sorta want to create vBulletin hacks, is there some sorta guide book for PHP? if so I am willing to pay for one. If you guys have any suggestions in Php books, please share them!

Thanks.

Guest190829
05-20-2006, 09:18 PM
Hey,

I suggest this book:

http://www.amazon.com/gp/product/0672326728/sr=8-1/qid=1148163465/ref=pd_bbs_1/104-6606814-9192730?%5Fencoding=UTF8

And also, using the PHP manual at http://www.php.net.

Blue-Inc
05-20-2006, 09:31 PM
Hey,

I suggest this book:

http://www.amazon.com/gp/product/0672326728/sr=8-1/qid=1148163465/ref=pd_bbs_1/104-6606814-9192730?%5Fencoding=UTF8

And also, using the PHP manual at http://www.php.net.

That amazon one looks pretty, neat. I looked at the table of contents bit, and I must say I am impressed! I shall buy this book, tomorrow.

Are there any more books though? that could help me develop codes for vBulletin?

Chroder
05-20-2006, 10:29 PM
I second the book Danny pointed to. I bought it when I first started getting into PHP and it was very helpful.

PHP is a pretty simple language, so I really don't think you need anything more then a good PHP book and then the PHP manual. Though you might want to take a look at something like the PHP Cookbook (http://www.amazon.com/gp/product/1565926811/104-8807819-2130325?v=glance&n=283155).

Blue-Inc
05-21-2006, 08:43 AM
I second the book Danny pointed to. I bought it when I first started getting into PHP and it was very helpful.

PHP is a pretty simple language, so I really don't think you need anything more then a good PHP book and then the PHP manual. Though you might want to take a look at something like the PHP Cookbook (http://www.amazon.com/gp/product/1565926811/104-8807819-2130325?v=glance&n=283155).

I have ordered Dannys book, which hopefully is good :)

PHP, is complicated! :( But I guess as you get to learn it, it becomes simple. Il check that cook book out. :cool:


Edit:

I also found these books on Ebay: http://cgi.ebay.co.uk/160-Books-Manuals-Java-Basic-Database-PHP-Linux-C-XP_W0QQitemZ240000201527QQcategoryZ1107QQrdZ1QQcmd ZViewItem

There pretty cheap as well, and the BIN is only at 5.95 I might order it now...

Delphiprogrammi
05-21-2006, 01:45 PM
I have ordered Dannys book, which hopefully is good :)

PHP, is complicated! :( But I guess as you get to learn it, it becomes simple. Il check that cook book out. :cool:


Edit:

I also found these books on Ebay: http://cgi.ebay.co.uk/160-Books-Manuals-Java-Basic-Database-PHP-Linux-C-XP_W0QQitemZ240000201527QQcategoryZ1107QQrdZ1QQcmd ZViewItem

There pretty cheap as well, and the BIN is only at 5.95 I might order it now...

i have a dozen of PHP books i bought through the years.I still read in it now and then.A good tip is to download a hack you like here and just "study" the code.One important thing is don't exspect you can run before you can walk ....

Blue-Inc
05-23-2006, 12:30 AM
i have a dozen of PHP books i bought through the years.I still read in it now and then.A good tip is to download a hack you like here and just "study" the code.One important thing is don't exspect you can run before you can walk ....

Yeah, I know it will take time, hopefully I can learn and be a good vBulletin coder, by the end of this year. Il have a look at that suggestion of yours about reading others php codes. But, I will try dedicate myself to this. ;)