updates: identi.ca, twitter

="sydphp"

Sydney PHP Group provides a community for PHP developers in Sydney, Australia.
We run regular meetings in the city and membership is free and open to anyone with an interest in web development.

How do I join?

Register an account on our blog

What next?

After registration, you can RSVP one or more attendees for events. If you wish to present, come to a meeting and have a chat with a group organiser.

Who are the organisers?

Currently Tim, James, Graham and Dean. One or more of us will be attending each meeting and you can reach us by DM'ing sydphp on Twitter

Get yourself known!

Do you provide web development related services in Sydney and want to be known in the Sydney PHP development community? You can reach our community by getting your RSS/ATOM feed syndicated on sydphp.org.

Current Events

View and RSVP to current events

Subscribe to the one-way announcement mailing list at Google Groups for updates.

PHP Jobs in Sydney

We a provide a free, one-way mailing list at Google Groups. Posts are moderated before being published.

Flickr pool

Web remote control for virtualbox machines Tuesday, July 20th, 2010

I am fond of web-based control panels for desktop software. Being a big user of virtualbox (and php), this was a good find…http://code.google.com/p/phpvirtualbox/

PHP for android Thursday, July 15th, 2010

And now you can PHP scripts on your android phone. I'm gonna think of a reason I might want this, I know I am…

Mid-Senior PHP Developer for Digital Giant – World-Class, High-Traffic and Market-Leading Web Site Development! Wednesday, July 7th, 2010

This Digital Giant based in Sydney are seeking the services of a highly skilled Mid / Senior PHP Developer to join their exceptional team. Working in state-of-the-art offices (onsite restaurant, cafe, gym, pool) the successful candidate will dev…

Local variables with xdebug, PHP 5.3 and netbeans Friday, July 2nd, 2010

If you aren't seeing your local variables when debugging PHP 5.3 with xdebug you can upgrade to xdebug 2.1 to set things right…details here:http://phphints.wordpress.com/2010/06/2 … bug-2-0-5/and here: http://icephoenix.us/php/xdebug-doesnt- ….

MySQL query caching for PHP Monday, June 28th, 2010

You may already use memcache for storing data in memory to speed up your PHP applications. You may use PHP caching accelerators like APC to speed up your PHP execution. You may even use MySQL's built-in query caching to speed up data access. But n…