User Profile

Collapse

Profile Sidebar

Collapse
vikidigi
vikidigi
Last Activity: Apr 2 '09, 05:03 PM
Joined: Jul 5 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • vikidigi
    replied to image displaying problem php
    in PHP
    the page is error free


    contents of the page are

    "
    Displaying image from database
    Image [with Cross]
    "
    See more | Go to post

    Leave a comment:


  • vikidigi
    replied to image displaying problem php
    in PHP
    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 image
    See more | Go to post

    Leave a comment:


  • vikidigi
    replied to image displaying problem php
    in PHP
    all images are only jpg in database
    See more | Go to post

    Leave a comment:


  • vikidigi
    replied to image displaying problem php
    in PHP
    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...
    See more | Go to post

    Leave a comment:


  • vikidigi
    started a topic image displaying problem php
    in PHP

    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 *...
    See more | Go to post

  • vikidigi
    started a topic Image from Blob
    in PHP

    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");
    ...
    See more | Go to post

  • vikidigi
    started a topic how can i get unused percentage of CPU in C#
    in .NET

    how can i get unused percentage of CPU in C#

    how can i get unused percentage of CPU in C#
    See more | Go to post
No activity results to display
Show More
Working...