the page is error free
contents of the page are
"
Displaying image from database
Image [with Cross]
"
User Profile
Collapse
-
Displaying image from database
and displays image region in a square with a red Cross {X} in the image area
and not displaying the actual imageLeave a comment:
-
-
i have removed the header for the file
[code=php]
<?php
$con = mysql_connect(" localhost","roo t","");
if (!$con)
die('Could not connect: ' . mysql_error());
mysql_select_db ("image", $con);
//header('Content-type: image/jpeg');
$query = "SELECT image from images where id=1";
$rs = mysql_fetch_arr ay(mysql_query( $query));
echo...Leave a comment:
-
image displaying problem php
PLz Help
i have some Images in DataBase in Blob field
but images are displayed with a Cross (X) not the actual image
MainPage.php//code
[code=php]
# <?php
# $con = mysql_connect(" localhost","roo t","");
# if (!$con)
# die('Could not connect: ' . mysql_error());
# mysql_select_db ("db1", $con);
# $image = mysql_query("SE LECT *... -
Image from Blob
PLz Help
i have some Images in DataBase in Blob field
but images are displayed with a Cross (X) not the actual image
MainPage.php//code
Code:<?php $con = mysql_connect("localhost","root",""); if (!$con) die('Could not connect: ' . mysql_error()); mysql_select_db("db1", $con); $image = mysql_query("SELECT * FROM userimagetable");
-
how can i get unused percentage of CPU in C#
how can i get unused percentage of CPU in C#
No activity results to display
Show More
Leave a comment: