|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
AT&T devCentral & BlackBerry(r) Webcast Series: BlackBerry and GPS -Build Location Awareness into your BlackBerry Applications, July 10th-1:00PM EST. Register Today!
|
|
#1
|
|||
|
|||
|
Display feature question
I have an image file 'favicon.ico' that is 16x16 pix... is there any way to place this image at the start of each record result in the end display...?
Sort of like a <l></l>....? TIA echo "<table>"; $a = 2; while ($row=mysql_fetch_array($result)) { if ($a%2 == 0) { $bg = "#FFFFFF"; } else { $bg = "#BCFED8"; } echo"<tr bgcolor="".$bg.""><td>".$row['name']."</td><td>".$row['address']."</td><td>".$row['city']."</td><td>".$row['phone']."</td><td>".$row['www']."</td><td>"; $a++; } echo "</table>"; |
|
#2
|
||||
|
||||
|
RE: Display feature question
You would simple place <td><img src=favicon.ico border=0></td> Where you print out your results. (In the table row)
|
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Database Help > Display feature question |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|