- About DMCI :
- Larry Ullman :
- Books :
- Support Forum :
- Contact :
- Newsletter Signup :
- Newsletter Archives :
Larry Ullman's Articles
On this page you will find all of the articles written by Larry Ullman, along with a description of that article and a link to it, if applicable.
Creating an Ajax Process Using PHP and Oracle
Part of the Oracle Technology Network's Oracle + PHP Cookbook series, this article goes over the Oracle, PHP, and JavaScript required to implement a simple Ajax transaction. The specific example shows how to check if an email address is already registered in a database.
http://www.oracle.com/technology/pub/articles/oracle_php_cookbook/ullman-ajax.html
Published: January 24, 2007
How To Encrypt Data in Oracle Using PHP
Part of the Oracle Technology Network's Oracle + PHP Cookbook series, this article teaches exactly what the title suggests: how to encrypt data in Oracle using PHP. The trick I use in this example is to define your own stored routines that will handle the encryption. This securely puts the encryption information hidden in the database and you only need to call the routines in your queries in order to invoke them using PHP.
http://www.oracle.com/technology/pub/articles/oracle_php_cookbook/ullman_encrypt.html
Published: December 20, 2005
Binding Variables in Oracle and PHP
Part of the Oracle Technology Network's Oracle + PHP Cookbook series, this article covers everything you need to know to use bound parameters in your PHP queries. Doing so can improve both the security and speed of your PHP-Oracle interactions.
http://www.oracle.com/technology/pub/articles/oracle_php_cookbook/ullman_bindings.html
Published: October 19, 2005
Five Things You Didn't Know You Could Do With PHP
Written for the Web site DevSource, in this article I write about five lesser known features of PHP. The first two are little tricks that I find useful. The third goes into error handling. The fourth introduces the relatively new but very useful glob() function. And the last touches upon PHP's support for HTML Tidy.
http://www.devsource.com/article2/0,1759,1778106,00.asp
Published: March 21, 2005
Newsletter #15 Released
Newsletter #15 went out in early August but I've been remiss in posting this update about it. It's relatively short, with most of the discussion on the business side of creating your own business. You can read it online at http://dmcinsights.com/newsletter.php. The next newsletter should go out in a few days.
(September 2, 2008)
Temporary Site Outage
After performing some routine maintenance, the DMC Insights, Inc. server will need to be rebooted on Friday, July 11, 2008, between 4:00am and 7:00am EST. The Web site should be unavailable for no more than 15 minutes. I apologize for any inconvenience.
(July 9, 2008)
Newsletter #14 Released
I just sent out the latest version of the newsletter. It covers a bunch of different things, with some early thoughts on the Ruby programming language. You can read it online at www.DMCInsights.com/newsletter.php.
(July 9, 2008)
