Valhalla Legends Archive

Programming => Web Development => Topic started by: Dyndrilliac on April 04, 2005, 04:51 PM

Title: PHP Tutorials?
Post by: Dyndrilliac on April 04, 2005, 04:51 PM
Does anyone know any good, informative, straightforward PHP5 tutorials?

Edit To Rabbit: Thanks for being a dick, and avoiding an answer because I made a typo. It's such a joy to know such individuals abound.

Now if someone could be helpful, that would be great.
Title: Re: PHP Tutorials?
Post by: R.a.B.B.i.T on April 04, 2005, 04:58 PM
Die banana.

http://www.php.net/
Title: Re: PHP Tutorials?
Post by: Blaze on April 04, 2005, 07:22 PM
http://www.phpfreaks.com/

May I ask what the typo was?
Title: Re: PHP Tutorials?
Post by: Dyndrilliac on April 04, 2005, 07:52 PM
I hit 6 instead of 5. Anyway, thanks Blaze.
Title: Re: PHP Tutorials?
Post by: Banana fanna fo fanna on April 04, 2005, 08:23 PM
psst...are you sure you want to use PHP?
Title: Re: PHP Tutorials?
Post by: Dyndrilliac on April 04, 2005, 09:36 PM
Why not? I have been told it is very simple, yet powerful to do most if not all of the things I may require, and is nearly universally supported.
Title: Re: PHP Tutorials?
Post by: Mangix on April 04, 2005, 10:58 PM
PHP is evil. i cant understand its syntax cause of its many symbols. i was just lucky to make a MySQL PHP Script. anyways go to http://www.w3schools.com and http://www.tizag.com/phpT/
Title: Re: PHP Tutorials?
Post by: Warrior on April 05, 2005, 12:52 AM
PHP is simple, fun, and useful. Then again I don't develop for a large amount of people (nor have I tried so that comparison is out of my hands) but IMHO it's a good resource to have under your belt.
Title: Re: PHP Tutorials?
Post by: Arta on April 05, 2005, 02:22 AM
Quote from: Dyndrilliac on April 04, 2005, 09:36 PM
Why not? I have been told it is very simple, yet powerful to do most if not all of the things I may require, and is nearly universally supported.

It isn't in wide use yet. PHP4 is still standard. If you're just coding for yourself, then that doesn't matter, but if you seek to work on existing projects or want to undertake contract work, PHP4 would be a wiser choice.
Title: Re: PHP Tutorials?
Post by: Dyndrilliac on April 05, 2005, 12:07 PM
Well, I'm not seeking to make a career out of web dev, I just need a powerful serverside language that is supported on most webservers (According to my research, CGI/Perl and PHP are supported the most among webservers).
Title: Re: PHP Tutorials?
Post by: MyndFyre on April 05, 2005, 05:24 PM
http://hotwired.lycos.com/webmonkey/  <-- my favorite place on the web for almost anything related to web dev.  :)
Title: Re: PHP Tutorials?
Post by: Mitosis on April 07, 2005, 02:38 PM
www.spoono.com has some good tutorials for precise projects. www.kirupa.com is another excellent development website.
Title: Re: PHP Tutorials?
Post by: This on May 16, 2005, 05:39 PM
The best tutorial site ever made (this site is like good-tutorials only it has a HUGE variety of different tuts for all kinds of applications).

http://www.pixel2life.com

I personally recommend PHP4 because a lot of people use it these days and that gives you a better chance at learning it.  With PHP5 on the other hand, there really isn't a wide variety of good (well explained) tutorials out there for it.
Title: Re: PHP Tutorials?
Post by: Mitosis on May 16, 2005, 07:37 PM
http://www.edesignz.ca/tutorials.html -- one right now, uploading the one that a staff member made, it's in depth...new site :)
Title: Re: PHP Tutorials?
Post by: dubya on August 15, 2005, 04:34 AM
PHP is awkward because of the strange symbols? Like?

The fact is that any hosting account which allows CGI will run just about any program with CGI support. This includes PHP. Other more general purpose languages, such as Perl and sh, can also be used. Or, in case you didn't know this, C, C++, even basic - if you can compile it for the platform, you can run it on it. The truly awkward part about CGI is when apache is pretending that Windows is Unix by doing extra work for it (i.e., looking for a shebang).

The only reason you are allowed to use Perl is because Unix, the system on which the Internet, HTTP, and WWW (the program) were built, supports text applications via the aforementioned shebang. The reason most web hosts with CGI support support Perl programs is because 99+% of them are running a Unixish system (such as GNU/Linux), which comes with perl. Likewise, sh, csh, ksh, python - whatever other interpretters come with the system can be used. Just PHP gets mod_php and sometimes Perl enthusiasts who don't mind changing how they do everything get mod_perl.
Title: Re: PHP Tutorials?
Post by: Arta on August 16, 2005, 07:20 AM
www.phpbuilder.com