Search found 6 matches
- Fri Sep 01, 2006 10:22 am
- Forum: PHP - Theory and Design
- Topic: Inlude Path
- Replies: 8
- Views: 3316
I don't really understand what thoughts are going through your mind ndnow but I'll tell you how I manage including in my library in the hope that it might be relevent to your problem. Firstly its pretty much a given that a library will have to be installed in the include path. So what I have done i...
- Thu Aug 31, 2006 1:59 pm
- Forum: PHP - Theory and Design
- Topic: Inlude Path
- Replies: 8
- Views: 3316
- Thu Aug 31, 2006 1:34 pm
- Forum: PHP - Theory and Design
- Topic: Inlude Path
- Replies: 8
- Views: 3316
- Thu Aug 31, 2006 1:20 pm
- Forum: PHP - Theory and Design
- Topic: Inlude Path
- Replies: 8
- Views: 3316
Inlude Path
I was just wondering how to handle the include path properly within a code library. I am writing a library to use on all my programs that will handle database usage, session handling and whatever else I will need. I've been fighting in my mind over how to handle the include path with PHP and have co...
- Tue May 10, 2005 11:53 am
- Forum: PHP - Code
- Topic: Double Decimal
- Replies: 3
- Views: 277
- Mon May 09, 2005 12:00 pm
- Forum: PHP - Code
- Topic: Double Decimal
- Replies: 3
- Views: 277
Double Decimal
A while ago a program was created to create an invoice in PHP. Now lately we have been getting complaints about some orders being sent with two decimals. Now I have changed the formatting of the variable for the total using a few different functions provided by php hoping it was a bug but it doesn't...