PDA

View Full Version : PHP learning


HtmlMonkey
02-01-2004, 05:49 PM
Hello, well i want to learn PHP and write my own scripts and hacks for vbulletin does anyone know a good starting point sites, books etc ?

I'm going to find like a evening class for PHP Begginers or something will probaly be crap but owell lol.

Ive got a couple of e-books was wondering what other good books or sites are good to help start learning.

All i know of PHP is :

Variable name start with "$"s
"=" is for value assignment

And tbh i dont know what that even means lol

g-force2k2
02-01-2004, 05:57 PM
You can start out by reading some tutorials by MindTrix.

[ Basics Of PHP: Part 1 (https://vborg.vbsupport.ru/showthread.php?t=59260) ] AND [ Basics of PHP: Part 2 (https://vborg.vbsupport.ru/showthread.php?t=59914) ]

They both show in the similar threads options below too ;)

You can view the php manual [ PHP Manual (http://php.net/manual/en/) ]

And also I learned alot just by viewing through alot of the vb files.

Hope that helps some.

Cheers,
g-force2k2

HtmlMonkey
02-01-2004, 06:21 PM
Cool Thanks m8, them tutorials are REALLY good and helpful ;)

Dean C
02-01-2004, 06:55 PM
SAMS Teach Yourself PHP in 24 hours <-- must have ;)

g-force2k2
02-01-2004, 07:11 PM
SAMS Teach Yourself PHP in 24 hours <-- must have ;)

I have that one Mist. It's good, but I want to get the PHP Developer's Cookbook, I heard that one is suppose to be one of the best.

Cheers,
g-force2k2

Dean C
02-02-2004, 08:25 AM
Well to be fair - once your at the level that you are by the end of the book - you can only expand your knowledge by practice and application of your skills :)