Dsy Network www | forum | my | didattica | howto | wiki | el goog | stats | blog | dona | rappresentanti
Homepage
 Register   Calendar   Members  Faq   Search  Logout 
.dsy:it. : Powered by vBulletin version 2.3.1 .dsy:it. > Didattica > Corsi A - F > Basi di dati ~ informatica triennale > Come mostrare immagini prese dal database in php/html
  Last Thread   Next Thread
Author
Thread    Expand all | Contract all    Post New Thread    Post A Reply
Collapse
mattiie
dsy developer

User info:
Registered: Oct 2010
Posts: 46 (0.01 al dì)
Location: milano
Corso: Informatica F94
Anno: Primo (Magistrale)
Time Online: 9:28:41 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged
Come mostrare immagini prese dal database in php/html

Ragazzi sono disperato: sto facendo il sito per il progetto di basi di dati e ho un problema che non riesco a risolvere:

Ho inserito come file BLOB le immagini nel database. Ora devo solo mostrarle, solo che non riesco:
Cercando su internet ho trovato uno script fatto così:

PHP:
<?php
ini_set 
("display_errors""1");
error_reporting(E_ALL);

include 
'stdlib.php';



$conn= new Mysqli('localhost''imm_user''root''immobili');

$id = (int)$_GET['id'];

$result$conn->query("SELECT file, nome, file_type, file_size FROM immagine WHERE id_ann=$id;");

$row $result->fetch_row();


$image $row[0];
$image_type$row[2];
$size $row[3];


$ext explode('/',$image-type);

header("Content-type: $image_type");

echo 
$image;     
?>



solo che con me non funziona: schermo bianco..

Qualcuno mi aiuti, per favore, che sto impazzendo XD

07-02-2012 14:01
Click Here to See the Profile for mattiie Click here to Send mattiie a Private Message Find more posts by mattiie Add mattiie to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
number15
.grande:maestro.

User info:
Registered: Nov 2005
Posts: 652 (0.09 al dì)
Location:
Corso:
Anno:
Time Online: 121 Days, 13:57:11 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

Io ti sconsiglio di salvarti le immagini come BLOB.
Usa un semplice campo varchar dove salvi il nome del file e/o l'eventuale percorso.

Le immagini le salvi quindi in una cartella specifica dell'applicazione ed inserisci il nome del file nel campo su db.

Quando vuoi mostrarle semplicemente estrai con la query il 'percorso' dell'immagine in in html lo usi come src dell'img.

__________________
Portale segnalazioni marchi-negozi di abbigliamento
http://www.ovojo.com

07-02-2012 14:58
Click Here to See the Profile for number15 Click here to Send number15 a Private Message Find more posts by number15 Add number15 to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
mattiie
dsy developer

User info:
Registered: Oct 2010
Posts: 46 (0.01 al dì)
Location: milano
Corso: Informatica F94
Anno: Primo (Magistrale)
Time Online: 9:28:41 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

Ti ringrazio. Penso che farò così

07-02-2012 15:01
Click Here to See the Profile for mattiie Click here to Send mattiie a Private Message Find more posts by mattiie Add mattiie to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
supernova
Mad For It

User info:
Registered: May 2003
Posts: 403 (0.05 al dì)
Location: Milan, London
Corso: Digital Comunication
Anno: I Don't Know, Not Yet.
Time Online: 3 Days, 4:56:55 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

E' il metodo più semplice.

__________________
" So I Start The Revolution From My Bed ". Noel Gallagher

14-02-2012 00:13
Click Here to See the Profile for supernova Click here to Send supernova a Private Message Find more posts by supernova Add supernova to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
All times are GMT. The time now is 08:47.    Post New Thread    Post A Reply
  Last Thread   Next Thread
Show Printable Version | Email this Page | Subscribe to this Thread | Add to Bookmarks

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is ON
 

Powered by: vBulletin v2.3.1 - Copyright ©2000 - 2002, Jelsoft Enterprises Limited
Mantained by dsy crew (email) | Collabora con noi | Segnalaci un bug | Archive | Regolamento | Licenze | Thanks | Syndacate
Pagina generata in 0.032 seconds (76.24% PHP - 23.76% MySQL) con 28 query.