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
Move array index to end
Hey guys, Quick question: I have an array that looks like this:Code: [Select]$var = array( 'name' => 'thename', 'title' => 'thetitle', 'media'
Changing color in GD via variable?
Hey guys, I'm new here. x)I'm very much a noob when it comes to PHP, but I'm trying to learn as much as I can. I've been writing a script which will generate a new image after submitting some hex
login from external site
Hi my new experience begins, Now what i am trying to do is i make three pages, login.php logout.php index.php . Now if i will not give correct detail i can not see the index.php ,all working perfect
Multiple if statements
Ok so seems basic but for some reason I'm not doing it right. What I want is to be able to have 2 separate if statements in the same php document. What I've done is this:Code: if ($p1=='on' AND
Error when call dll from oracle
Hi all, please help me!
Share admin accross websites
I'm using .net memberships and roles in one of my sites, but I need to be able to share logins and passwords for admins accross multiple sites that use a custom database for security. How would I go
Beginner question regarding Array's
Hi everyone, the page im working on has an array of variable at the top...Code: $define_list = array('PRODUCT_LIST_MODEL' => PRODUCT_LIST_MODEL, 'PRODUCT_LIST_NAME'
PHP switch function help
Hi, I am trying to create a search function for a directory website. On the search function on html page I have a dropdown menu. From this you can select one OF 3 options - shoes, handbags, shoes and
Hyperlink is adding an extra gap to variable
Hi, here's my problem..I have a php generated page with a hyperlink which opens in a new windowecho "<tr><td><a
creating a 1 to 100 in a table
hi guys I am a newb in php need some help. I have a table with 1 column and 100 rows and in each i want to do a 1-100. Can someone give me the full coding for this, please I can get it to work. I