Need help with arrays

This is a discussion on Need help with arrays within the PHP Language forums, part of the PHP Programming Forums category; Hi, here is the complete detail what i m trying 2 do. i got around 2000+ images with size/desp/...


Go Back   Usenet Forums > PHP Programming Forums > PHP Language

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 10-12-2004
millw0rm
 
Posts: n/a
Default Need help with arrays

Hi, here is the complete detail what i m trying 2 do.

i got around 2000+ images with size/desp/image_no/slno
etc

TABLE `sheet1` (
`SlNo` int(11) NOT NULL auto_increment,
`Image No` double default NULL,
`Title` varchar(255) default NULL,
`Category` varchar(255) default NULL,
`Sub-Category` varchar(255) default NULL,
`Description` longtext,
`Size` varchar(255) default NULL,
`Price` varchar(255) default NULL,
PRIMARY KEY (`SlNo`)
) TYPE=MyISAM AUTO_INCREMENT=2841 ;


1. what i m trying to do is there will be a form which
will pass a value (8,12,14) to the application.

2. Application will take the value n generate html
tags (well formated table -
http://www.aquaciti.com/temp/clipboard.jpg) which will
hav 2 columns and xx number of rows (passed from the
html form) the data shld be displayed in a horizontal
manner
[1] [2]
[3] [4]
[5] [6]
[7] [8]

3. After generating the tags instead of displaying it
on the browser save the html tags into a txt file in
the server itself. This process goes on till it
reaches end of record.

Technically: it will generate 01.txt file which will
hold all the html tags to display from record 1 to 8.
02.txt will hold from record 9 to 16 etc etc etc

i hope u got what i mean to say. most of the things i
managed to code n its working fine but stuck with
horizontal display part. can u pls pls pls help me out

thnx
Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 11:34 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0