I have starting to know a bit of PHP, now how do I...?

---------------------------
Introductory PHP Tutorials :
---------------------------
(in no particular order)

Introduction to PHP :
   http://www.gimpster.com/wiki/PhpTutorial
   - Basic, for the newbie.

Introduction to PHP :
   http://www.devshed.com/Server_Side/PHP/PHP101_1/
   - First of a Five part series on Devshed on the basics of PHP. 
     You really should check these out.

PHP Intro Review :
   http://www.builder.com/Programming/PHPIntro/
   - The folks at C|Net made a nice Intro to PHP

Vattekkat takes a stab at answering "What is PHP?"
   http://vsbabu.org/tutorials/php/
   - An overview on what PHP is. with samples.

PHP and MYSQL Basics (a bit MySQL oriented so ... )
   http://www.hotwired.com/webmonkey/databases/tutorials/tutorial4.html
   - Used to be the 'only' basic PHP article out there, still
     really good.  Deals a lot with PHP/MySQL together.

Using Strings with PHP
   http://www.zend.com/zend/tut/using-strings.php
   - This is VERY nice.  Print this out and read/reread.

PHPBuilder.com shares real-world uses with PHP
   http://www.phpbuilder.com/
   - If you're serious about PHP, bookmark this site.

PHP Links
   http://www.php.net/links
   - A list of PHP related links

  • 29 Users Found This Useful
Was this answer helpful?

Related Articles

I get an error 'Server.CreateObject Failed' when I try to use CDONTs. What can I do?

CDONTs is no longer supported on Windows 2003 server.  Microsoft introduced CDO back several...

Do you allow custom COM components?

Yes, we do allow Custom Components and we have to charge setup fee for your COM Components...

ASP to MSSQL connection

Before you can access your MS-SQL Server database from your ASP code , you need to connect to it...

How do I send email from ASP using SMTP Authentication?

Please note that our mail server is configured with Authentication. Below is the code snippet...

After I configure the custom error setting in the control panel, I still get the generic error page?

Custom error setting is a web server setting that sets your website Error Pages, but you can...