Where can I find PHP tutorials and resources?

  • Dragon
  • Proficient
  • Proficient
  • User avatar
  • Joined: Dec 14, 2003
  • Posts: 411
  • Loc: USA
  • Status: Offline

Post December 25th, 2003, 2:50 pm

Hey ya all do any of you knows about a cite with good PHP tutorials. Like something from the biggining. Thanks ya all. 8)
Forela.com
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post December 25th, 2003, 2:50 pm

  • Shadow Knight
  • Professor
  • Professor
  • User avatar
  • Joined: Nov 11, 2003
  • Posts: 948
  • Loc: Soy Cubano, no puedo ser diferent!!
  • Status: Offline

Post December 25th, 2003, 3:28 pm

I didnt find much, I hope this helps

http://www.cfxweb.net/modules.php?name= ... le&sid=160

PS. there are more links to another pages, they might be uselful
  • Dragon
  • Proficient
  • Proficient
  • User avatar
  • Joined: Dec 14, 2003
  • Posts: 411
  • Loc: USA
  • Status: Offline

Post December 25th, 2003, 3:30 pm

aight thanks bro.
Forela.com
  • Shadow Knight
  • Professor
  • Professor
  • User avatar
  • Joined: Nov 11, 2003
  • Posts: 948
  • Loc: Soy Cubano, no puedo ser diferent!!
  • Status: Offline

Post December 25th, 2003, 3:30 pm

Here goes some more I find.

http://www.google.com.ar/search?hl=es&i ... rs&spell=1
  • Shadow Knight
  • Professor
  • Professor
  • User avatar
  • Joined: Nov 11, 2003
  • Posts: 948
  • Loc: Soy Cubano, no puedo ser diferent!!
  • Status: Offline

Post December 25th, 2003, 3:31 pm

anytime

what are bothers for? 8)
  • RichB
  • Guru
  • Guru
  • User avatar
  • Joined: May 17, 2003
  • Posts: 1121
  • Loc: Boston
  • Status: Offline

Post December 26th, 2003, 12:26 am

PHP Freaks is a good site for tutorials and there are 16 free chapters of A Programmer's Introduction to PHP 4.0 available in pdf form at the publishers site.
Free Programming Resources
  • thevirus
  • Banned
  • Banned
  • No Avatar
  • Joined: Dec 08, 2003
  • Posts: 35
  • Status: Offline

Post January 11th, 2004, 10:53 am

Hi after reading php tutorial at w3schools I dont know were to go to learn more php I tried to read a php book but it went over my head. I only have a high school education and I learn slowly. But I want to be able to create unique scripts to bring visitors to my forum.
  • xxviii
  • Beginner
  • Beginner
  • No Avatar
  • Joined: Jan 09, 2004
  • Posts: 37
  • Loc: New York
  • Status: Offline

Post January 11th, 2004, 11:23 am

I am currently learning PHP as well. I think that the PHP book by the learn visually people is actually a great way to get started. It will all go over your head until you read it a million times and see real world examples though. Also, if you can find an easy programming language like Flash Actionscript or Proce55ing to learn, you'll realize that a lot of what you learned carries over and stuff will be a lot more logical. Also, try going to sites that have like PHP snippets and tutorials, such as http://www.spoono.com
Good luck to ya, I know it's hard.
  • b_heyer
  • Web Master
  • Web Master
  • User avatar
  • Joined: Jun 15, 2003
  • Posts: 4583
  • Loc: Maryland
  • Status: Offline

Post January 11th, 2004, 11:42 am

http://www.php.net

Read the documentation there. The way I learned was to say "hrmm that would be something cool I could do in php" then I would go to that site, and look for the functions/control statements/etc. that I'd need.
Pixel Acres V2
  • Crimson_King
  • Newbie
  • Newbie
  • User avatar
  • Joined: Dec 25, 2003
  • Posts: 9
  • Status: Offline

Post January 12th, 2004, 1:49 am

all-webmaster looking for help on another forum to code it.

i think thats gold.
  • b_heyer
  • Web Master
  • Web Master
  • User avatar
  • Joined: Jun 15, 2003
  • Posts: 4583
  • Loc: Maryland
  • Status: Offline

Post January 12th, 2004, 1:21 pm

All thats gold doesn't glitter...or something like that ;)
Pixel Acres V2
  • Lieven
  • Beginner
  • Beginner
  • User avatar
  • Joined: Jan 04, 2004
  • Posts: 57
  • Loc: Belgium
  • Status: Offline

Post January 15th, 2004, 11:48 am

Once you have some basic PHP understanding, I would recommend downloading some easy scripts at http://www.hotscripts.com like basic guestbooks and find out what every line of code does with some help of the php.net documentation
  • Axe
  • Genius
  • Genius
  • User avatar
  • Joined: Jan 07, 2004
  • Posts: 5744
  • Loc: Sub-level 28
  • Status: Offline

Post January 15th, 2004, 1:12 pm

The way I learned PHP was to sign up on the PostNuke team. Back in April '02, I downloaded PostNuke, installed it & started to play with it.

As I already had a pretty good knowledge of Linux, Apache, etc. I decided to give a lil back and help out on the support team. Many of the developers were also helping out on support, and they were happy to answer my pleas for help when it came to PHP.

So, a good way to learn can simply be to learn by example. Download a script, change little bits of it and see how the program reacts. When you see a new function for the first time, just load it up

http://www.php.net/<insert function name here>

To get exactly what it is, how it works, and examples of its use.

Or, try to help out on an existing OpenSource PHP project.
  • Crimson_King
  • Newbie
  • Newbie
  • User avatar
  • Joined: Dec 25, 2003
  • Posts: 9
  • Status: Offline

Post January 16th, 2004, 11:54 am

i am against people's first language being PHP.
i say go a full blown strongly typed language like JAVA or one of the C's.

All the code i have ever seen for people that start PHP looks like *plum*, runs like *plum*, and is documented like *plum*.

Plus, it'll be *way* harder to go from php to C++ then from C++ to php.
  • b_heyer
  • Web Master
  • Web Master
  • User avatar
  • Joined: Jun 15, 2003
  • Posts: 4583
  • Loc: Maryland
  • Status: Offline

Post January 16th, 2004, 12:14 pm

That is your own personal opinion and I respect that, but I have created zillions of great programs in PHP and they all run perfectly fine. If you aren't into writing nonweb based apps then PHP is perfect, and if you can't realize that each programming/script/mark-up language is different then you should only stick to one, because no matter how hard you try, if you think everything will work the same, it *will* be hard.

And please watch your language.
Pixel Acres V2
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post January 16th, 2004, 12:14 pm

Post Information

  • Total Posts in this topic: 21 posts
  • Users browsing this forum: No registered users and 133 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.