Archive for the ‘PHP’ Category

How to for SSH, Subversion (SVN), Putty, Tortoise, and Zend Studio 5.x using svn+ssh


Attempting to connect my new Windows machine with Zend Studio 5.1 using svn+ssh to an svn repository on Linux, I am obliged to once again stand on the shoulders of giants that have come before me. Here's some "how tos" that got me through it. Logemann Blog - Subversion / ...

Delphi for PHP and Mysql development


On my short list of things to check out soon are Delphi for PHP and Scibit's MyComponents for Mysql.  It looks like Delphi gives you a "visual (RAD) framework for PHP" and MyComponents gives you the glue to Mysql.  It's an interesting concept but I can't quite get my head ...

Notes on upgrade from Zend Studio 5.1 to 5.5


Tony Bibbs writes about his painful upgrade from Zend Studio 5.1 to 5.5. While I'm a huge Zend fanboy, I noticed it looked a bit painful too and have stayed at 5.1 at both home and office.  Tony's main complaint is with remote debugging and the Zend Server vs ...

Handy AJAX data structures using JSON, XML, ADODB, PHP, and Mysql


I'm working on a project where I thought a little AJAX magic would help the user interface a bit, so I've been adding that functionality piece by piece. For this web site, we've previously standardized on using the ADODB PHP database abstraction library for all our queries. The particular circumstances ...

XForms cometh to PHP ! Throw out HTML_Quickform?


PHP Architect has an article in their June 2006 issue about using XForms within PHP5. If you don’t know what XForms is/are, you’d better look into it. It’s basically a way to describe forms on your page and all the data validation rules entirely in XML. ...

Smarty not so smarty in PHP5. Try XSLT instead.


So I’ve been working on this pretty big migration project lately, from PHP4 / MySQL 4 to PHP5 / MySQL5. It’s even larger because we’re moving from a largely procedural code base to using objects with inheritance and a lot of composition. So what’s all that have to do with ...

Functionality of the PHP trim command I bet you did not know


trim (PHP 3, PHP 4 , PHP 5)trim -- Strip whitespace from the beginning and end of a string Description string trim ( string str [, string charlist]) You can also specify the characters you want to strip, by means ...

Everybody else is doing the Ajax Whois, why not me?


A buddy at work fell in love with the Ajax Whois and wanted a version on his own linux site. I've been playing around with a lot of Ajax stuff lately so I thought I'd give it a go using Ajax (javascript) and PHP. Here's the resulting code. It's ...

Close
E-mail It