Results 1 to 3 of 3

Thread: how can i save image

  1. #1
    Join Date
    Jul 2007
    Posts
    59
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default how can i save image

    how can i save image link to database please help i'm newby thx

  2. #2
    Join Date
    Feb 2007
    Location
    Earth
    Posts
    133
    Thanks
    6
    Thanked 1 Time in 1 Post

    Default

    $link=print"http://www.dynamicdrive.com";
    mysql_query("INSERT INTO linktable (link) values ('$link')")

    that is assuming you have a table called linktable and a row called link in that table
    http://www.insanecombat.com << bored? check out ma game

  3. #3
    Join Date
    Jul 2007
    Posts
    59
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default

    I have do a form
    <input name="aimage" type="file" class="bottomsmall" size="40" />
    when i use
    $doc= $_SERVER['DOCUMENT_ROOT'];
    $aimg= str_replace($doc,"..",str_replace("\\","/",trim($aimage)));
    for put in mysql
    it report
    C:/WINDOWS/TEMP/php22F.tmp
    in database

    any idea for save image link

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •