Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Making the Web Blog:
Becoming PHP 6 Compatible
Dec 05, 2007 @ 17:13:00

On the Making the Web blog, there's this post that talks about looking forward with your code and making it ready for when PHP6 comes around.

If you want to make use of PHP 6 when it comes, you're going to have to write your new scripts so they are compatible, and possibly change some of your existing scripts. To start making your scripts PHP 6 compatible, I've compiled a list of tips to follow when scripting.

There's only five things in his list (like "stop using magic_quotes" and "don't register long arrays") but the comments provide many more additional gotchas to look out for and new features that will be included.

tagged: php6 compatible registerglobals magicquotes arrays preg reference php6 compatible registerglobals magicquotes arrays preg reference

Link:

Making the Web Blog:
Becoming PHP 6 Compatible
Dec 05, 2007 @ 17:13:00

On the Making the Web blog, there's this post that talks about looking forward with your code and making it ready for when PHP6 comes around.

If you want to make use of PHP 6 when it comes, you're going to have to write your new scripts so they are compatible, and possibly change some of your existing scripts. To start making your scripts PHP 6 compatible, I've compiled a list of tips to follow when scripting.

There's only five things in his list (like "stop using magic_quotes" and "don't register long arrays") but the comments provide many more additional gotchas to look out for and new features that will be included.

tagged: php6 compatible registerglobals magicquotes arrays preg reference php6 compatible registerglobals magicquotes arrays preg reference

Link:

International PHP Magazine:
November 2006 Issue Released
Nov 08, 2006 @ 14:57:00

From the International PHP Magazine, the latest issue has been released - November 2006 - and is available for order over on their website.

Contents of this edition include:

  • The cover story, "Automated Tests with PHPUnit 2" by Stefan Priebsch
  • Elizabeth Naramore's "Freelancers Corner"
  • Marc Isikoff talking about "Strings and Arrays"
  • Arjen Lentz looking at the transactional storage engine, Falcon, that MySQL offers
You can check out the full table of contents to see what else the issue has in store, or just head over and subscribe to this great PHP publication.

tagged: itnlphpmag issue release nov2006 phpunit strings arrays mysql falcon itnlphpmag issue release nov2006 phpunit strings arrays mysql falcon

Link:

International PHP Magazine:
November 2006 Issue Released
Nov 08, 2006 @ 14:57:00

From the International PHP Magazine, the latest issue has been released - November 2006 - and is available for order over on their website.

Contents of this edition include:

  • The cover story, "Automated Tests with PHPUnit 2" by Stefan Priebsch
  • Elizabeth Naramore's "Freelancers Corner"
  • Marc Isikoff talking about "Strings and Arrays"
  • Arjen Lentz looking at the transactional storage engine, Falcon, that MySQL offers
You can check out the full table of contents to see what else the issue has in store, or just head over and subscribe to this great PHP publication.

tagged: itnlphpmag issue release nov2006 phpunit strings arrays mysql falcon itnlphpmag issue release nov2006 phpunit strings arrays mysql falcon

Link:

KillerPHP Blog:
PHP Video: Processing Forms with PHP - part 2
Aug 29, 2006 @ 12:23:02

The KillerPHP Blog is back today with another video, this time it's part two of a very useful topic, expecially for those just learning PHP - processing forms with PHP from Stefan Mischook.

Having covered the basics of forms in the first video, I now jump into the actual PHP code and introduce (for the first time) a built-in PHP construct called 'Super Globals'.

We learn that Super Globals are associative arrays (that they hold lots of useful information,) that are automatically created by the PHP engine.

You can check out the video here.

tagged: video form processing part2 tutorial superglobals arrays video form processing part2 tutorial superglobals arrays

Link:

KillerPHP Blog:
PHP Video: Processing Forms with PHP - part 2
Aug 29, 2006 @ 12:23:02

The KillerPHP Blog is back today with another video, this time it's part two of a very useful topic, expecially for those just learning PHP - processing forms with PHP from Stefan Mischook.

Having covered the basics of forms in the first video, I now jump into the actual PHP code and introduce (for the first time) a built-in PHP construct called 'Super Globals'.

We learn that Super Globals are associative arrays (that they hold lots of useful information,) that are automatically created by the PHP engine.

You can check out the video here.

tagged: video form processing part2 tutorial superglobals arrays video form processing part2 tutorial superglobals arrays

Link:

KillerPHP.com:
Two New Video Tutorials Posted
Aug 08, 2006 @ 10:53:30

In a continuing series of introductory video tutorials they offer, KillerPHP has posted to new ones - one covering associative arrays and the other covering indexed arrays.

The videos, seven in all now are done with a voice-over talking about what the feature is and includes bits of code to help explain the discussion.

Topics so far include:

You can get complete information on these screencasts from the KillerPHP site.

tagged: video tutorial voiceover arrays variables wamp include video tutorial voiceover arrays variables wamp include

Link:

KillerPHP.com:
Two New Video Tutorials Posted
Aug 08, 2006 @ 10:53:30

In a continuing series of introductory video tutorials they offer, KillerPHP has posted to new ones - one covering associative arrays and the other covering indexed arrays.

The videos, seven in all now are done with a voice-over talking about what the feature is and includes bits of code to help explain the discussion.

Topics so far include:

You can get complete information on these screencasts from the KillerPHP site.

tagged: video tutorial voiceover arrays variables wamp include video tutorial voiceover arrays variables wamp include

Link:

SitePoint PHP Blog:
A pro-PHP Rant
Feb 22, 2006 @ 12:59:12

In a follow-up to his brief opinion on the Tim Bray comments about PHP, Harry Fuecks has poested this longer rant on the SitePoint PHP blog today.

He looks at eight different topics:

  • It's the execution model
  • Excellent database support
  • PHP Arrays
  • The SPL Extension
  • PHP 5(.1) XML Support
  • The stuff that says it works...works
  • Unicode and ICU
  • Stuck in Little boxes

For each of them he explains them briefly, dispelling any rumors that might have come up from those not as experienced with the PHP language.

Update: if you'd like to help promote it, it's been digged.

tagged: pro-php rant tim bray execution database arrays SPL pro-php rant tim bray execution database arrays SPL

Link:

SitePoint PHP Blog:
A pro-PHP Rant
Feb 22, 2006 @ 12:59:12

In a follow-up to his brief opinion on the Tim Bray comments about PHP, Harry Fuecks has poested this longer rant on the SitePoint PHP blog today.

He looks at eight different topics:

  • It's the execution model
  • Excellent database support
  • PHP Arrays
  • The SPL Extension
  • PHP 5(.1) XML Support
  • The stuff that says it works...works
  • Unicode and ICU
  • Stuck in Little boxes

For each of them he explains them briefly, dispelling any rumors that might have come up from those not as experienced with the PHP language.

Update: if you'd like to help promote it, it's been digged.

tagged: pro-php rant tim bray execution database arrays SPL pro-php rant tim bray execution database arrays SPL

Link:


Trending Topics: