PDA

View Full Version : Help me. I'm a PHP wuss, and I want to fix that.



Aaron Freed
Mon 3rd Mar '03, 4:24pm
I'd like to find a sensible PHP tutorial somewhere, so that I can finally go about understanding how vBulletin runs and go beyond the massive amount of template modifications I've installed thus far.

So yeah. If you could give me links, I'd appreciate it.

Raz Meister
Mon 3rd Mar '03, 6:06pm
http://www.php.net/manual/en/tutorial.php

http://www.google.com/search?q=php+tutorial

Anthony White
Tue 4th Mar '03, 1:26pm
http://www.php.net/manual/en/tutorial.php

http://www.google.com/search?q=php+tutorial

Well, no kidding. Lol. :p J/k. Anyways, Zend.com (http://www.zend.com/zend/tut/) holds a big reputation for good tutorials on their product. ;) I'd suggest checking them out.

sde
Tue 4th Mar '03, 2:26pm
ah .. a perfect opportunity for a shameless plug =)

here's my code site .. we have 300+ members .. strong in php/mysql & we use vb.

www.codenewbie.com (http://www.codenewbie.com)

Anthony White
Tue 4th Mar '03, 3:26pm
An even better idea. Thank you! I believe real 'person-to-person' help is key. :)

Matty Bwoy
Sat 8th Mar '03, 7:14am
DevShed (www.devshed)
They have a big PHP section, full of well written tutorials.

refertech
Thu 13th Mar '03, 10:34pm
What should someone focus on learning first PHP or Mysql or is it something you sort of learn together? I'm also assuming a strong brake ground in html should probably come before either of the 2?

Mark

TiLaser
Thu 13th Mar '03, 11:46pm
If your familiar with programming (variables, functions, the whole works) then you should run through a quick php tutorial just to see how it's different from other languages, then you can dive into SQL. If your not familiar with programming, I would suggest spending a good amount of time going through basic tutorial's so you understand what your doing before you get into SQL. It's really a simple language so it should go quickly. Good luck ;)