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
Program with calculate Meteorologic measurements
Hello I'm a beginner and I want to make a program with calculate Meteorologic measurements:
bind error during socket programming
i am kinda new to socket programming. wrote the below code for a server. but getting the bind error everytime. i even tried changing the port number(currently is 13 daytime) but doesnt work. please
Add 5 to a variable when a button is clicked, and re-run a for loop
So I'm making a feedback sort of section on a website with MySQL and PHP, I've gotten the script to do everything I want except for this. I want the script to only show 5 at a time (which i have
Help me with some material on Open Text Overview.
Hi Experts,
Undefined variable: adHTML
Hello:While checking my site error logs, I've noticed one repetitive error that fills the log file. The error is "PHP Notice: Undefined variable: adHTML in /.../bot_jrheader.php on line
delete comma
HI,How to delete "," at the end of the string.Code: $match = 2009/02/03/a2correx03cvbnm,echo preg_replace("/;$/", "HI", "$match");
Sum of Values in an Array
This is probably really simple... but it's been years since I've written anything, so bare with me!I've got a MySQL database setup with a table that has multiple fields, where one is a numerical
'210010106140040100' == '210010106140040101'
Debugging this simple line of a PHP scriptCode: if($a == $b){ } I've found that with value of$a = '210010106140040100' (type = string)$b = '210010106140040101' (type = string)the result of the
eregi to preg
Im converting my regex for php 5.3 and I am stuck on the followingCode: [Select]if((eregi("<[^>]script*\"?[^>]*>", $secvalue)) ||
Session login issue
I'm wondering how to fix a problem I'm having with a session-based login systemSay I go to http://www.website.comThe page that processes the login then returns the now-logged-in user to