Re: [PHP] Items displayed left and right, help newman.

2003-07-01 Thread Mark Tehara
Dude, Can you not use something like while and then add a for ($i=1 to ... lodgic... (o; - Original Message - From: "Mark Tehara" <[EMAIL PROTECTED]> To: "PHP" <[EMAIL PROTECTED]> Cc: "Philip J. Newman" <[EMAIL PROTECTED]> Sent

[PHP] Items displayed left and right, help newman.

2003-07-01 Thread Mark Tehara
Where should i start with the lodgic. I'm trying to list a group of items Left: item one, Right: Item 2 This is repeated I can only seem to get them to go str8 down not left then right. Any Ideas? / Mark

Re: [PHP] WEB HOST NEEDED!!!!!

2003-06-24 Thread Mark Tehara
http://www.futurepathsnz.com/webhosting.html Cheap hosting. http://www.aoteahosting.com/ Moew Cheap hosting Free isn't the word. Free is for scabs - Original Message - From: "Denis 'Alpheus' Cahuk" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 25, 2003 12:09 AM Subje

Re: [PHP] [Newman] Passing an image through a php file.

2003-06-20 Thread Mark Tehara
Ahh, the Docs don't tell you that. They are a little weard wehen it comes to that - Original Message - From: "Lars Torben Wilson" <[EMAIL PROTECTED]> To: "Mark Tehara" <[EMAIL PROTECTED]> Cc: "PHP" <[EMAIL PROTECTED]> Sent: Frid

Re: [PHP] [Newman] Passing an image through a php file.

2003-06-19 Thread Mark Tehara
This seemed to do the trick for me. Thank you. / Mark - Original Message - From: "CPT John W. Holmes" <[EMAIL PROTECTED]> To: "Awlad Hussain" <[EMAIL PROTECTED]>; "Mark Tehara" <[EMAIL PROTECTED]>; "PHP" <[EMAIL PROT

[PHP] [Newman] Passing an image through a php file.

2003-06-19 Thread Mark Tehara
I would like to pass an image throught http://server/newman/ImageTEST/image.php 1. I need the headers (Assuming) would make the computer think its a image file. 2. load the image using fopen ("d://crushme//images//1.jpg", "r"); The image "http://server/newman/ImageTEST/image.php"; cannot

Re: [PHP] Displaying a file

2003-03-09 Thread Mark Tehara
On that note, how would i load an image from outside the document root? - Original Message - From: "Justin French" <[EMAIL PROTECTED]> To: "Todd Cary" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, March 10, 2003 4:06 PM Subject: Re: [PHP] Displaying a file > Change your link t

[PHP] fopen and file dump to a databace...

2003-03-09 Thread Mark Tehara
HI, I'm looking to take the data from a CSV file, then upload it into a mysql databace. I figure i will need the following. To count the number of lines ... and cut up each line in its veriables then entering it into the databace. I have: $file = fopen("pricelist-snippet.csv","r"); $buffer = fr