View Single Post
Old 08-28-2008, 10:45 AM  
acctman
Confirmed User
 
Join Date: Oct 2003
Location: Atlanta
Posts: 2,840
Php/mysql display BLOB field data?

does anyone know how to display the data that is kept in a BLOB field format? I can only find examples that should how to display an image if saved to BLOB format type but nothing on how to display text.

there should be data for two dropdown menu's and two textbox stored in m_addtn field

<?php

$res = mysql_query("SELECT m_addtn FROM s_viz WHERE m_id = '39'");

$result = mysql_fetch_assoc($res);
echo $result;

?>
acctman is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote