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
How to secure my login data to my database?
Hi there,It may be a stupid question but I don't know how to secure my login data to my database. I have created an include file in order not to have these data in the code of my pages, but I don't
php/mysql auto logout after 2 hour and reset password
Hi all, This I hope will make sense. I've the following code which when a user logins in, creates a session: if (isset($_POST['submitted'])) { // Check if the form has been submitted. require_once
Get Total From While Loop
I'm trying to get the total for each product and add them for a Grand Total to list outside the loop or only echo once I can do the addition but it will echo 5 time in the loop.How would I go about
Form Help
Here is the form:Line number On/Off | Expand/Contract<? include("../include/session.php"); ?> <?php if ($submit) { $sql = "UPDATE productimages
Download Image from URL and Upload it
Ok, I have been googling for the last 1/2 hour trying to figure this out, Most likely I'm just not searching for the right thing. Here is what I want to do. I want to have a Text box which somebody
Parse Error Help
Hello, I got the parse error "Parse error: syntax error, unexpected ',' in register.php on line 21Heres the code:Code: <body
Create or replace package is ending ORA-21700
Database 9.2.0., patch 8 (9.2.0.8.0).
upload only text files
hi guys i want to upload only text like like (pdf,note pad and ofiice files) so can any one please tell me how can i restrict that
Change log of Cost centre change in Plant maintenance order
Hi,
Greek characters in php
Hi,I'm making a script and I m using for first time greek characters.I started to write a simple drop down menu that loads some city names from the database. The names are in Greek in the database and