Search found 17 matches
- Mon Dec 08, 2003 5:25 am
- Forum: PHP - Code
- Topic: [SOLVED] split() in PHP
- Replies: 28
- Views: 3595
- Mon Dec 08, 2003 5:20 am
- Forum: PHP - Code
- Topic: [SOLVED] split() in PHP
- Replies: 28
- Views: 3595
- Mon Dec 08, 2003 4:53 am
- Forum: PHP - Code
- Topic: [SOLVED] split() in PHP
- Replies: 28
- Views: 3595
- Sat Dec 06, 2003 6:59 pm
- Forum: PHP - Code
- Topic: [SOLVED] split() in PHP
- Replies: 28
- Views: 3595
<?php while($i != 9) { $articleNum = $results[$i][1]; $productPackage = $results[$i][2]; $quantity = $results[$i][3]; $price = $results[$i][4]; $gst = $results[$i][5]; } ?> That is continued from your example earlier in this thread... In the code above, I'm trying to extract each of the 5 pieces of...
- Sat Dec 06, 2003 3:21 am
- Forum: PHP - Code
- Topic: [SOLVED] split() in PHP
- Replies: 28
- Views: 3595
- Thu Dec 04, 2003 6:15 am
- Forum: PHP - Code
- Topic: [SOLVED] split() in PHP
- Replies: 28
- Views: 3595
- Thu Dec 04, 2003 5:40 am
- Forum: PHP - Code
- Topic: [SOLVED] split() in PHP
- Replies: 28
- Views: 3595
- Thu Dec 04, 2003 2:13 am
- Forum: PHP - Code
- Topic: [SOLVED] split() in PHP
- Replies: 28
- Views: 3595
- Thu Dec 04, 2003 1:59 am
- Forum: PHP - Code
- Topic: [SOLVED] split() in PHP
- Replies: 28
- Views: 3595
- Wed Dec 03, 2003 6:42 am
- Forum: PHP - Code
- Topic: [SOLVED] split() in PHP
- Replies: 28
- Views: 3595
- Wed Dec 03, 2003 6:37 am
- Forum: PHP - Code
- Topic: [SOLVED] split() in PHP
- Replies: 28
- Views: 3595
- Wed Dec 03, 2003 6:25 am
- Forum: PHP - Code
- Topic: [SOLVED] split() in PHP
- Replies: 28
- Views: 3595
I suppose I thought that storing all the individual return article lines in a seperate database and linking them together would require heaps of information being exchanged all over the place... Where if I put it all in one record, it would save a lot of time and effort for the purpose the script is...
- Wed Dec 03, 2003 6:04 am
- Forum: PHP - Code
- Topic: [SOLVED] split() in PHP
- Replies: 28
- Views: 3595
There are a whole heap of other fields pertaining to other information... This particular set of details (returnArticles field) must be directly related to the record, and because there would be a lot of information going through the database, I didn't want to make another database that stores each ...
- Wed Dec 03, 2003 5:50 am
- Forum: PHP - Code
- Topic: [SOLVED] split() in PHP
- Replies: 28
- Views: 3595
- Wed Dec 03, 2003 5:34 am
- Forum: PHP - Code
- Topic: [SOLVED] split() in PHP
- Replies: 28
- Views: 3595