le 17/08/2009 à 20:08
subrally
j'ai ma fonction:
le html qui affiche:
<img src="<? image('lien de mon image'); ?>" align="absmiddle"></a>
l'image ne s'affiche pas, un problémé de lien mais je voie pas ou..
merci d'avance
- <?php
- function image($val) {
- - mes propriéte de l'image.
- header("Content-Type: " . $imagetype);
- - code qui modifie mon image.
- imagejpeg($mon image);
- }
- ?>
le html qui affiche:
<img src="<? image('lien de mon image'); ?>" align="absmiddle"></a>
l'image ne s'affiche pas, un problémé de lien mais je voie pas ou..
merci d'avance