[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] 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: Wednesday, July 02, 2003 3:56 PM Subject: [PHP] Items displayed

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 Subject:

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: Friday, June 20, 2003 10:53 PM Subject: Re: [PHP] [Newman] Passing

[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) ? header(Content-type: image/jpeg); ? would make the computer think its a image file. 2. load the image using fopen (d://crushme//images//1.jpg, r); ?php header(Content-type:

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

2003-06-19 Thread Mark Tehara
PROTECTED]; Mark Tehara [EMAIL PROTECTED]; PHP [EMAIL PROTECTED] Sent: Friday, June 20, 2003 1:14 AM Subject: Re: [PHP] [Newman] Passing an image through a php file. try this: ?php header(Content-type: image/jpeg); fopen (d:/crushme/images/1.jpg, r); Just my opinion, but maybe you

[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 =

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 to