Title: RustyFish's Replies | WordPress.org

---

# RustyFish

  [  ](https://wordpress.org/support/users/rustyfish/)

 *   [Profile](https://wordpress.org/support/users/rustyfish/)
 *   [Topics Started](https://wordpress.org/support/users/rustyfish/topics/)
 *   [Replies Created](https://wordpress.org/support/users/rustyfish/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/rustyfish/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/rustyfish/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/rustyfish/engagements/)
 *   [Favorites](https://wordpress.org/support/users/rustyfish/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [admin screen seems to be a mess](https://wordpress.org/support/topic/admin-screen-seems-to-be-a-mess/)
 *  Thread Starter [RustyFish](https://wordpress.org/support/users/rustyfish/)
 * (@rustyfish)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/admin-screen-seems-to-be-a-mess/#post-4026876)
 * Thanks Esmi, Im all upgraded and admin screen is all good.
 * Thank you
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [admin screen seems to be a mess](https://wordpress.org/support/topic/admin-screen-seems-to-be-a-mess/)
 *  Thread Starter [RustyFish](https://wordpress.org/support/users/rustyfish/)
 * (@rustyfish)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/admin-screen-seems-to-be-a-mess/#post-4026666)
 * By the way, all my folders are set to 777 permissions and still fails
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [admin screen seems to be a mess](https://wordpress.org/support/topic/admin-screen-seems-to-be-a-mess/)
 *  Thread Starter [RustyFish](https://wordpress.org/support/users/rustyfish/)
 * (@rustyfish)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/admin-screen-seems-to-be-a-mess/#post-4026654)
 * Hi,
 * Im still using 3.4, and Im trying to upgrade. The reason I want rid of the mess
   was so I could see what I was doing with the upgrading!!
 * However, I dont seem to be able to up grade any plug-in’s or wordpress. It fails
   at the stage of removing the old plugin
 * I have tried to disable all plugin’s, but still the same
 * Any help on this??
 * Thanks
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Screen seems to be a mess](https://wordpress.org/support/topic/screen-seems-to-be-a-mess/)
 *  Thread Starter [RustyFish](https://wordpress.org/support/users/rustyfish/)
 * (@rustyfish)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/screen-seems-to-be-a-mess/#post-4025990)
 * sorry, try this link so my screen pic
 * [http://postimg.org/image/iievmjn4h/](http://postimg.org/image/iievmjn4h/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Product Tables](https://wordpress.org/support/topic/product-tables/)
 *  Thread Starter [RustyFish](https://wordpress.org/support/users/rustyfish/)
 * (@rustyfish)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/product-tables/#post-3594556)
 * Im struggling to get this to display the image, any ideas??
 * <?php
    global $wpdb; $products = $wpdb->get_results(“SELECT * FROM mydatabase”);
   echo “<table border=1>”; foreach($products as $part_num){ echo “<tr>”; echo “
   <td>”.$part_num->part_num.”</td>”; echo ‘<td> <img src=”.$part_num->image.”> 
   </td>’; echo “</tr>”; } echo “</table>”; ?>
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Product Tables](https://wordpress.org/support/topic/product-tables/)
 *  Thread Starter [RustyFish](https://wordpress.org/support/users/rustyfish/)
 * (@rustyfish)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/product-tables/#post-3594551)
 * Hi All,
 * Ive actually managed to solve this now using the $wpdb commands straight in to
   my database.
 * However, this leads me on to another question. Within this table is a field for
   a product image. I have set the field as a Varchar, and then added the address
   to this line. Example: /httpdocs/wordpress/wp-content/uploads/images/example.
   png
 * Unfortunately, it does not seem to pick up and show the image, so Im wondering
   if I have done this right?
 * Any help??

Viewing 6 replies - 1 through 6 (of 6 total)