You are here:

PHP5/Expert Profile


Ask A Question

Expertise

My focus in PHP has been calculations, reporting, database manipulation (MySQL), automated scripting, screen scraping, and tracking systems. A more complete summary is posted at http://businesscatalyst.info.

Experience in the area

I've been programming in many languages for over 13 years, but the last couple years I've focused on php. I've posted several tricks I've learned at goodfeelingplace.com.

Education/Credentials

I have a bachelors degree and a masters degree, both in electrical engineering from Arizona State University.

Average Ratings

Recent Reviews from Users

Read More Comments

    K = Knowledgeability    C = Clarity of Response    T = Timeliness    P = Politeness
UserDateKCTPComments
Rudolf11/05/09101010 
Alex08/21/0910101010Thank you, Robert.
Rob08/20/0910101010Thank you Robert. I greatly appreciate your .....
sam07/31/0910101010tnx...
madzmar07/12/0910101010Thanks for the reply you have helped .....

Recent Answers from Robert Davis

2009-11-14 convert to Norwegian date format...:

Hi Luis, You could do something like this: $myMonths['January'] = "Januar"; $myMonths['February'] = "Februar"; $myMonths['March'] = "Mars"; $myMonths['April'] = "April"; $myMonths['May'] = "Mai"

2009-11-02 Mail with attachment problems:

Here's part of a mail function I've used successfully in the past, when I compare it to yours it looks like there should be more than one boundary when an attachment is involved: // Construct the

2009-10-17 create invoice number:

If the characters will all be numbers then I would create an integer field, if not I would define it as a varchar field (assuming it's mysql) and set the size to the max amount of characters I expect in

2009-10-16 create invoice number:

Hi Handoyo, If you are doing it from scratch I would definitely recommend an autoincremented ID as the invoice number, as you know it will be unique and it is light on resources. The only reasons I would

2009-09-16 php:

Hi John, I assume you are trying to create a php page that will run in a browser, not from the command line, right? If so, you'll need to have a web server to execute your php script. If you are doing

 

Ask A Question

All Answers

Answers by Expert:


Ask Experts

Volunteer


©2009 About.com, a part of The New York Times Company. All rights reserved.