User Profile
Collapse
Profile Sidebar
Collapse
Emma17
Last Activity: Mar 29 '12, 09:30 AM
Joined: Mar 22 '12
Location:
-
i put an <img src> tag in a row -
it not displaying an image...... like am i missing code or have i done something wrong?Leave a comment:
-
-
do i need that if the image is already stored in a database?
I'm new to this and I don't quite understand how this works!!
If all the information from the table displays on the page shouldn't the image do that to?
It only displays like an icon of where the image would be....Leave a comment:
-
displaying an image in php from an xampp database
Ive written code in php and have managed to connect to the database and show all the information from it except the image (BLOB) file. This is the code so far.....
Code:<?php $con = mysql_connect("localhost","root",""); if (!$con) { die ('Could Not Connect:' . mysql_error()); } mysql_select_db("membership",$con); $result = mysql_query
Last edited by Dormilich; Mar 22 '12, 04:09 PM. Reason: Please use [CODE] [/CODE] tags when posting code.
No activity results to display
Show More
Leave a comment: