Üye Bilgileri
Nick:HakanGEDICI
İsim:Hakan GEDİCİ
Web sayfası:
Cinsiyet:Erkek
İmza:
Konu sayısı:0
Cevap sayısı:2
Kaç günlük üye2
Son yazdığı Php kodları mesajları
<?php  
if ( isset ( $GLOBALS["HTTP_RAW_POST_DATA"] )) {
    $no=0;
    while (file_exists("resimler/".$no.".jpg"))
        $no++;

    header('Content-Type: image/jpeg');
    $image = $GLOBALS["HTTP_RAW_POST_DATA"];
    file_put_contents("resimler/".$no.".jpg", $image);

?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml2/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>asdasdsad</title>
<link href= "stil.css" rel="stylesheet nofollow" type="text/css" />
</head>
<body>
<div id="ustlogo"></div>
<div id="body"></div>

///////////resim ekleme/////////////
    <?php echo $image; ?>

</body>
</html>   bu şekilde denermisin bide;   Bu arada flashın içinden postt ettiğin dosya isminide flashı koydugun dosya olması lazım ?
Zaman2010-07-01 17:45:19
Php asd
[email protected] mail vermek yasakmı bilmiyorum ama .. ulaşırsanız ihtiyacınıza uygun bir çözüm üretebilirim..
Zaman2010-06-21 02:34:15
Php Merhaba

phpkodlari.com © 2009 Herkes Php öğrenecek
Web tasarım ve eğitim kaynağınız.