I whant to generate a tabel takeing data from database like this one so the results to be display on 2 columns
<table width="50%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td>Picture 1</td>
<td>Details 1</td>
<td width="30"> </td>
<td>Picture 2</td>
<td>Detalii 2</td>
</tr>
<tr>
<td>Picture 3</td>
<td>Details 3</td>
<td> </td>
<td>Picture 4</td>
<td>Details 4</td>
</tr>
<tr>
<td>Picture 5</td>
<td>Details 5</td>
<td> </td>
<td>Picture 6</td>
<td>Details 6</td>
</tr>
<tr>
<td>Picture 7</td>
<td>Details 7</td>
<td> </td>
<td>Picture 8</td>
<td>Details 8</td>
</tr>
</table>
Thank you
Reading Most Recent CSV File in Directory
I thought I had wrapped this project up, but found out that the program I use to FTP a csv file to my website is best used in time stamp mode. That is, each day a newly named csv file is uploaded with
Stopped working!
So I had to change some stuff, none of it major. Stuff like the extension_dir and such. BEFORE I did much, I had that code working fine. Then I did some changed... well a lot of changes that I cant
matching numbers inside ( )
I know I can match numbers by just [0-9]+, so I thought matching numbers inside ( ) would be something like Code: [Select]/\([0-9]+\)/, but that doesn't work Can someone correct me please?
How to search for several parameters from objects in a database?
I have a database with lots of information about objects.Now I would like to search for 4 or 5 parameters at the same time (from a form) like this:I choose from a select-box one parameter and then
Dynamic memory problem
Hey,
array_combine() trouble w/csv file
I have a problem with a piece of code I wrote to import some records from a csv file into mysql. I have a .csv file with about 300 records in it. The code worked perfect while testing on 3 or 4
Query failed issue with php script but works fine in mssql manager!
hi i have the script below which copies data from one table to another but will only insert new data update current data or delete old data from tempproducts to products then it will delete the
update post issues
I am trying to create an update to a post function, while the update does occur, the page routing and selecting of posts to be updated is whats getting screwed up. I have so many files involved in
Sequre login with cookies.
I want to build secure login with cookies. I just want your ideas about this, your suggestions. What fields should go to sql table, after username and password? How to keep data in cookies safely? And
timezone change with date()
so i put all my times for posts in my made from scratch forum(not phpbb3 or sm)in my mysql db using the time()and when i show the time on webpages i use the date('ymd/h:i:s', $time) kind of thing.now