You are here:
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.
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.
I have a bachelors degree and a masters degree, both in electrical engineering from Arizona State University.
| User | Date | K | C | T | P | Comments |
|---|---|---|---|---|---|---|
| Rudolf | 11/05/09 | 10 | 8 | 10 | 10 | |
| Alex | 08/21/09 | 10 | 10 | 10 | 10 | Thank you, Robert. |
| Rob | 08/20/09 | 10 | 10 | 10 | 10 | Thank you Robert. I greatly appreciate your ..... |
| sam | 07/31/09 | 10 | 10 | 10 | 10 | tnx... |
| madzmar | 07/12/09 | 10 | 10 | 10 | 10 | Thanks for the reply you have helped ..... |
Hi Luis, You could do something like this: $myMonths['January'] = "Januar"; $myMonths['February'] = "Februar"; $myMonths['March'] = "Mars"; $myMonths['April'] = "April"; $myMonths['May'] = "Mai"
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
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
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
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

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