Board index   FAQ   Search  
Register  Login
Board index php forum :: php coding PHP coding => Images

Send user photo submission into a table row

images php coding issues or problems here.

Moderators: macek, egami, gesf

Send user photo submission into a table row

Postby lola123 » Tue Feb 05, 2013 7:53 am

I would like to modify my code so when a user uploads an image it appears in the table on my Gallery page. This space in the table once clicked becomes a slideshow.

At the moment I can get the submitted photos to appear but I can't get them into the Jquery Lightbox method that i've applied, which is the slideshow feature.

Anyone know how to fix this ?



<div style="float:Left;">
<table border='2'>

<tr>
<td>
<?php while ($row=mysql_fetch_array($res)){?><img src="<?php echo $row['path']?>" width="300px" height="200px"/> <br> <<<<<<<<<<THIS IS WORKING<<<<<<<<<< <?php }?>
</td>
</tr>

<tr>
<td>
<a href="images/2.jpg"><img src="images/2.jpg" width="300px" height="200px" alt=""/></a>
<<<<<<<<<<THIS IS WORKING<<<<<<<<<< </td>
</tr>

<tr>
<td>
<a href="images/cat.jpg"><img src="<?php echo $row['path']?>" width="300px" height="200px" alt=""/></a> <<<<<<<<<<THIS IS THE CODE NOT WORKING<<<<<<<<<<

</td>
</tr>

</table>
lola123
New php-forum User
New php-forum User
 
Posts: 1
Joined: Tue Feb 05, 2013 7:43 am

Re: Send user photo submission into a table row

Postby seandisanti » Mon Feb 25, 2013 1:06 pm

1. please use [ code ] tags (without spaces) to make your code a little easier to read. It's also best to avoid going back and forth from html to php multiple times, for a number of reasons.

2. your second block that you say is working is actually using a static value, rather than the dynamic value you say is not working in the 3rd.

3. the $row variable is on its very last iteration, or empty, by the time it would be called in the second or 3rd section. The only statement actually being looped is the <img src= line.

Try this, it is untested because i started with just your fragment.
Code: Select all

<?php

echo '<div style="float:Left;">';
echo 
'<table border=2>';

echo 
'<tr><td>';
while (
$row mysql_fetch_array($res)) {
    echo 
'<img src="' $row['path'] . '" width="300px" height="200px"/>';
    echo 
'</td>
</tr>
<tr>
<td>
<a href="images/2.jpg"><img src="' 
$row['path'] . '" width="300px" height="200px" alt=""/></a>
</td>
</tr>

<tr>
<td>'
;
    echo 
'<a href="images/cat.jpg"><img src="' $row['path'] . '" width="300px" height="200px" alt=""/></a>';
    echo 
'
</td>
</tr>'
;
}
echo 
'</table>';
 
seandisanti
php-forum Fan User
php-forum Fan User
 
Posts: 679
Joined: Mon Oct 01, 2012 12:32 pm

herve leger cheapest Herve Leger on sale (27)

Postby galloway8 » Sun May 12, 2013 6:46 am

1. Fact miley cyrus herve leger dress #1
If you are overweight and you want lean thighs lean hips herve leger jurk and a lean butt you must create or herve leger gold follow a sensible weight loss lifestyle change
2. Fact # 2
There is NO exercise which [url=/]herve leger leggings[/url] can reduce fat from a specific area of your body like your hips, thighs or butt.
3. Fact 3
If you have a lot of fat on your hips and thighs, you MUST be patient. Fat thighs do not disappear overnight. However, if you follow a sensible weight loss lifestyle change of your diet, ALL your fat will gradually disappear
4. Fact #4
No one is doomed to have fat thighs or fat hips. You can lose it all. Remember: There are no fat thighs
after a famine, provided you are still alive
5. Fact # 5
A sensible Life Style Change diet is a balanced eating-plan which is high in vegetables, and other complex carbohydrates, low in fat and moderate in protein.
6. Fact # 6
Exercise can improve herve leger dress online shop the shape of a particular part of your body, by tightening muscles, but it can't reduce the fat directly in these areas
7. Fact # 7
The proper combination of herve leger dres Cardio, Weight Resistance, and Life Style Change of your diet is what you have to do.
has been able to save women over $80.00 per pair of pants by simply increasing the exercise habits and changing the diets of there family and friends
Tony & Molli Rathstone
Creators of
Join their Women Only Boot Camps Today
For more information see the website at :

Related articles:


herve leger gold dress cheapest Herve Leger on sal

herve leger cheapest Herve Leger on sale (23)

herve leger cheapest Herve Leger on sale (44)
galloway8
New php-forum User
New php-forum User
 
Posts: 127
Joined: Mon Jan 07, 2013 3:36 am


Return to PHP coding => Images

Who is online

Users browsing this forum: No registered users and 1 guest

Sponsored by Sitebuilder Web hosting and Traduzioni Italiano Rumeno and antispam for cPanel.