473,614 Members | 2,361 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

PHP MULTI IMAGES SEND AND DISPLAY

Hi

How I to send downstairs code to server ın the form of multı ımages
and How I dısplay this form ın the web

resim(turkish)= picture(english )

one picture send
picture_add.php

$resim = "";
if($_FILES['resim']['name'] !== ""){
//$uploaddir =
"/home/httpd/vhosts/web-dizayn.com/httpdocs/emlak/emlak1/eml_img/";
$uploaddir =
"/usr/hosts/karegen.com/1361/ilanediyorum.co m/web/eml_img/";
$resim = $_FILES['resim']['name'];
$resim_isim_1 = Array(i,g,G,ü,Ü ,s,S,I,ö,Ö,ç,Ç) ;
$resim_isim_2 = Array(i,g,G,u,U ,s,S,I,o,O,c,C) ;
for($d=0; $d<count($resim _isim_1); $d++){
$resim = ereg_replace($r esim_isim_1[$d], $resim_isim_2[$d],
$resim);
}

$uploadfile = $uploaddir.$res im;

move_uploaded_f ile($_FILES['resim']['tmp_name'], $uploadfile);

$filename = $uploadfile;
$source = imagecreatefrom jpeg($filename) ;
$thumbX = "135";
$thumbY = "100";
$imageX = imagesx($source );
$imageY = imagesy($source );
$dest = imagecreatetrue color($thumbX, $thumbY);
imagecopyresamp led ($dest, $source, 0, 0, 0, 0, $thumbX, $thumbY,
$imageX, $imageY);
imagejpeg($dest , "../eml_img/thumb_".$resim) ;
//imagejpeg($dest );
imagedestroy($d est);
imagedestroy($s ource);

}
database.sql

--
-- Tablo yapısı: `emlak_emlaklar _arsa`
--

CREATE TABLE `emlak_emlaklar _arsa` (
`emlak_id` int(5) NOT NULL AUTO_INCREMENT,
`tur` varchar(20) NOT NULL DEFAULT '',
`il` int(3) NOT NULL DEFAULT '0',
`ilce` varchar(50) NOT NULL DEFAULT '',
`semt` varchar(30) NOT NULL DEFAULT '',
`fiyat` bigint(15) NOT NULL DEFAULT '0',
`alan` int(6) NOT NULL DEFAULT '0',
`aciklama` text NOT NULL,
`ekstra` text NOT NULL,
`resim` varchar(30) NOT NULL DEFAULT '',
`KS` int(1) NOT NULL DEFAULT '0',
`kur` varchar(5) NOT NULL DEFAULT '',
`tip` varchar(20) NOT NULL DEFAULT 'Arsa',
PRIMARY KEY (`emlak_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin5 AUTO_INCREMENT= 1 ;

--
-- Tablo döküm verisi `emlak_emlaklar _arsa`
--
index.php

<?php
include "baglan.php ";
include "ilan_no.ph p";
include "ayarlar.ph p";

$baglan = @fopen("$dosya" , 'r');
$dosya_boyutu = @filesize($dosy a);
$duyurular = @fread($baglan, $dosya_boyutu);
@fclose($baglan );

if(strlen($duyu rular) 0){
$duyuru_veri = explode(";ß;", $duyurular);
$duyuru_baslik = $duyuru_veri[0];
$duyuru_yazi = $duyuru_veri[1];
$duyuru_yazi = stripslashes($d uyuru_yazi);
}
$strSQL = "SELECT İstanbul FROM emlak_iller";
$sorgu = mysql_query($st rSQL);

$strSQL = "SELECT * FROM emlak_son_eklen enler";
$sorgu2 = mysql_query($st rSQL);

$son_toplam = mysql_num_rows( $sorgu2);

if($son_toplam 0){
if($son_toplam 0){
$son_1_kat_id = @mysql_result($ sorgu2, $son_toplam - 1, "kat_id");
$son_1_emlak_id = @mysql_result($ sorgu2, $son_toplam - 1, "emlak_id") ;
}
if($son_toplam 1){
$son_2_kat_id = @mysql_result($ sorgu2, $son_toplam - 2, "kat_id");
$son_2_emlak_id = @mysql_result($ sorgu2, $son_toplam - 2, "emlak_id") ;
}
if($son_toplam 2){
$son_3_kat_id = @mysql_result($ sorgu2, $son_toplam - 3, "kat_id");
$son_3_emlak_id = @mysql_result($ sorgu2, $son_toplam - 3, "emlak_id") ;
}
if($son_toplam 3){
$son_4_kat_id = @mysql_result($ sorgu2, $son_toplam - 4, "kat_id");
$son_4_emlak_id = @mysql_result($ sorgu2, $son_toplam - 4, "emlak_id") ;
}

if($son_toplam 0){
$strSQL = "SELECT * FROM emlak_kategoril er WHERE kat_id =
'$son_1_kat_id' ";
$sorgu3 = mysql_query($st rSQL);

$tablo1 = "emlak_emlaklar _".mysql_result ($sorgu3, 0, "kat_tablo" );
}

if($son_toplam 1){
$strSQL = "SELECT * FROM emlak_kategoril er WHERE kat_id =
'$son_2_kat_id' ";
$sorgu3 = mysql_query($st rSQL);

$tablo2 = "emlak_emlaklar _".mysql_result ($sorgu3, 0, "kat_tablo" );
}

if($son_toplam 2){
$strSQL = "SELECT * FROM emlak_kategoril er WHERE kat_id =
'$son_3_kat_id' ";
$sorgu3 = mysql_query($st rSQL);

$tablo3 = "emlak_emlaklar _".mysql_result ($sorgu3, 0, "kat_tablo" );
}

if($son_toplam 3){
$strSQL = "SELECT * FROM emlak_kategoril er WHERE kat_id =
'$son_4_kat_id' ";
$sorgu3 = mysql_query($st rSQL);

$tablo4 = "emlak_emlaklar _".mysql_result ($sorgu3, 0, "kat_tablo" );
}

if($son_toplam 0){
$strSQL = "SELECT * FROM $tablo1 WHERE emlak_id = '$son_1_emlak_i d'";
$sorgu4 = mysql_query($st rSQL);
$resim1 = @mysql_result($ sorgu4, 0, "resim");
$tip1 = @mysql_result($ sorgu4, 0, "tur");
$tip1 = $tip1." ".mysql_result( $sorgu4, 0, "tip");
$il1 = @mysql_result($ sorgu4, 0, "il");
$ilce1 = @mysql_result($ sorgu4, 0, "ilce");
$semt1 = @mysql_result($ sorgu4, 0, "semt");
$kur1 = @mysql_result($ sorgu4, 0, "kur");

if($son_1_kat_i d !== "5"){
$alan1 = @mysql_result($ sorgu4, 0, "alan");
$alan_karakter = strlen($alan1);
$alan_dongu = floor(($alan_ka rakter-1)/3);
$alan_bastan = $alan_karakter - ($alan_dongu*3) ;
$alan_son = substr($alan1, 0, $alan_bastan);
for($i = 1; $i <= $alan_dongu; $i++){
$alan_son = $alan_son.".".s ubstr($alan1,
((($i-1)*3)+$alan_bas tan),
3);
}
$alan1 = $alan_son."m²";
}else{
$alan1 = "";
}

if($resim1 == ""){
$resim1 = "resim_yok.jpg" ;
}
$fiyat1 = @mysql_result($ sorgu4, 0, "fiyat");
if(strlen($fiya t1) 9 && intval(substr($ fiyat1, -9, 9)) == 0){

$kalan_karakter = strlen($fiyat1) - 9;
$bastan_fiyati = substr($fiyat1, 0, $kalan_karakter );
$fiyat_son = $bastan_fiyati. " Milyar";
}else{

$fiyat_karakter = strlen($fiyat1) ;
$fiyat_dongu = floor(($fiyat_k arakter-1)/3);
$fiyat_bastan = $fiyat_karakter - ($fiyat_dongu*3 );
$fiyat_son = substr($fiyat1, 0, $fiyat_bastan);
for($i = 1; $i <= $fiyat_dongu; $i++){
$fiyat_son = $fiyat_son.".". substr($fiyat1,
((($i-1)*3)+$fiyat_ba stan), 3);
}
}
$fiyat1 = $fiyat_son;
$strSQL = "SELECT il FROM emlak_iller WHERE ilkod = '$il1'";
$sorgu5 = mysql_query($st rSQL);
$il1_1 = @mysql_result($ sorgu5, 0, "il");
$yer1 = $il1_1." / ".$ilce1." / ".$semt1;
}

if($son_toplam 1){
$strSQL = "SELECT * FROM $tablo2 WHERE emlak_id = '$son_2_emlak_i d'";
$sorgu4 = mysql_query($st rSQL);
$resim2 = @mysql_result($ sorgu4, 0, "resim");
$tip2 = @mysql_result($ sorgu4, 0, "tur");
$tip2 = $tip2." ".mysql_result( $sorgu4, 0, "tip");
$il2 = @mysql_result($ sorgu4, 0, "il");
$ilce2 = @mysql_result($ sorgu4, 0, "ilce");
$semt2 = @mysql_result($ sorgu4, 0, "semt");
$kur2 = @mysql_result($ sorgu4, 0, "kur");

if($son_2_kat_i d !== "5"){
$alan2 = @mysql_result($ sorgu4, 0, "alan");
$alan_karakter = strlen($alan2);
$alan_dongu = floor(($alan_ka rakter-1)/3);
$alan_bastan = $alan_karakter - ($alan_dongu*3) ;
$alan_son = substr($alan2, 0, $alan_bastan);
for($i = 1; $i <= $alan_dongu; $i++){
$alan_son = $alan_son.".".s ubstr($alan2,
((($i-1)*3)+$alan_bas tan),
3);
}
$alan2 = $alan_son."m²";
}else{
$alan2 = "";
}

if($resim2 == ""){
$resim2 = "resim_yok.jpg" ;
}
$fiyat2 = @mysql_result($ sorgu4, 0, "fiyat");

if(strlen($fiya t2) 9 && intval(substr($ fiyat2, -9, 9)) == 0){

$kalan_karakter = strlen($fiyat2) - 9;
$bastan_fiyati = substr($fiyat2, 0, $kalan_karakter );
$fiyat_son = $bastan_fiyati. " Milyar";
}else{

$fiyat_karakter = strlen($fiyat2) ;
$fiyat_dongu = floor(($fiyat_k arakter-1)/3);
$fiyat_bastan = $fiyat_karakter - ($fiyat_dongu*3 );
$fiyat_son = substr($fiyat2, 0, $fiyat_bastan);
for($i = 1; $i <= $fiyat_dongu; $i++){
$fiyat_son = $fiyat_son.".". substr($fiyat2,
((($i-1)*3)+$fiyat_ba stan), 3);
}
}
$fiyat2 = $fiyat_son;

$strSQL = "SELECT il FROM emlak_iller WHERE ilkod = '$il2'";
$sorgu5 = mysql_query($st rSQL);
$il2_1 = @mysql_result($ sorgu5, 0, "il");
$yer2 = $il2_1." / ".$ilce2." / ".$semt2;
}

if($son_toplam 2){
$strSQL = "SELECT * FROM $tablo3 WHERE emlak_id = '$son_3_emlak_i d'";
$sorgu4 = mysql_query($st rSQL);
$resim3 = @mysql_result($ sorgu4, 0, "resim");
$tip3 = @mysql_result($ sorgu4, 0, "tur");
$tip3 = $tip3." ".mysql_result( $sorgu4, 0, "tip");
$il3 = @mysql_result($ sorgu4, 0, "il");
$ilce3 = @mysql_result($ sorgu4, 0, "ilce");
$semt3 = @mysql_result($ sorgu4, 0, "semt");
$kur3 = @mysql_result($ sorgu4, 0, "kur");

if($son_3_kat_i d !== "5"){
$alan3 = @mysql_result($ sorgu4, 0, "alan");
$alan_karakter = strlen($alan3);
$alan_dongu = floor(($alan_ka rakter-1)/3);
$alan_bastan = $alan_karakter - ($alan_dongu*3) ;
$alan_son = substr($alan3, 0, $alan_bastan);
for($i = 1; $i <= $alan_dongu; $i++){
$alan_son = $alan_son.".".s ubstr($alan3,
((($i-1)*3)+$alan_bas tan),
3);
}
$alan3 = $alan_son."m²";
}else{
$alan3 = "";
}

if($resim3 == ""){
$resim3 = "resim_yok.jpg" ;
}
$fiyat3 = @mysql_result($ sorgu4, 0, "fiyat");

if(strlen($fiya t3) 9 && intval(substr($ fiyat3, -9, 9)) == 0){

$kalan_karakter = strlen($fiyat3) - 9;
$bastan_fiyati = substr($fiyat3, 0, $kalan_karakter );
$fiyat_son = $bastan_fiyati. " Milyar";
}else{

$fiyat_karakter = strlen($fiyat3) ;
$fiyat_dongu = floor(($fiyat_k arakter-1)/3);
$fiyat_bastan = $fiyat_karakter - ($fiyat_dongu*3 );
$fiyat_son = substr($fiyat3, 0, $fiyat_bastan);
for($i = 1; $i <= $fiyat_dongu; $i++){
$fiyat_son = $fiyat_son.".". substr($fiyat3,
((($i-1)*3)+$fiyat_ba stan), 3);
}
}
$fiyat3 = $fiyat_son;

$strSQL = "SELECT il FROM emlak_iller WHERE ilkod = '$il3'";
$sorgu5 = mysql_query($st rSQL);
$il3_1 = @mysql_result($ sorgu5, 0, "il");
$yer3 = $il3_1." / ".$ilce3." / ".$semt3;
}

if($son_toplam 3){
$strSQL = "SELECT * FROM $tablo4 WHERE emlak_id = '$son_4_emlak_i d'";
$sorgu4 = mysql_query($st rSQL);
$resim4 = @mysql_result($ sorgu4, 0, "resim");
$tip4 = @mysql_result($ sorgu4, 0, "tur");
$tip4 = $tip4." ".mysql_result( $sorgu4, 0, "tip");
$il4 = @mysql_result($ sorgu4, 0, "il");
$ilce4 = @mysql_result($ sorgu4, 0, "ilce");
$semt4 = @mysql_result($ sorgu4, 0, "semt");
$kur4 = @mysql_result($ sorgu4, 0, "kur");

if($son_4_kat_i d !== "5"){
$alan4 = @mysql_result($ sorgu4, 0, "alan");
$alan_karakter = strlen($alan4);
$alan_dongu = floor(($alan_ka rakter-1)/3);
$alan_bastan = $alan_karakter - ($alan_dongu*3) ;
$alan_son = substr($alan4, 0, $alan_bastan);
for($i = 1; $i <= $alan_dongu; $i++){
$alan_son = $alan_son.".".s ubstr($alan4,
((($i-1)*3)+$alan_bas tan),
3);
}
$alan4 = $alan_son."m²";
}else{
$alan4 = "";
}

if($resim4 == ""){
$resim4 = "resim_yok.jpg" ;
}
$fiyat4 = @mysql_result($ sorgu4, 0, "fiyat");

if(strlen($fiya t4) 9 && intval(substr($ fiyat4, -9, 9)) == 0){

$kalan_karakter = strlen($fiyat4) - 9;
$bastan_fiyati = substr($fiyat4, 0, $kalan_karakter );
$fiyat_son = $bastan_fiyati. " Milyar";
}else{

$fiyat_karakter = strlen($fiyat4) ;
$fiyat_dongu = floor(($fiyat_k arakter-1)/3);
$fiyat_bastan = $fiyat_karakter - ($fiyat_dongu*3 );
$fiyat_son = substr($fiyat4, 0, $fiyat_bastan);
for($i = 1; $i <= $fiyat_dongu; $i++){
$fiyat_son = $fiyat_son.".". substr($fiyat4,
((($i-1)*3)+$fiyat_ba stan), 3);
}
}
$fiyat4 = $fiyat_son;

$strSQL = "SELECT il FROM emlak_iller WHERE ilkod = '$il4'";
$sorgu5 = mysql_query($st rSQL);
$il4_1 = @mysql_result($ sorgu5, 0, "il");
$yer4 = $il4_1." / ".$ilce4." / ".$semt4;
}

}
$ilan_no1 = ilan_no($son_1_ kat_id, $son_1_emlak_id );
$ilan_no2 = ilan_no($son_2_ kat_id, $son_2_emlak_id );
$ilan_no3 = ilan_no($son_3_ kat_id, $son_3_emlak_id );
$ilan_no4 = ilan_no($son_4_ kat_id, $son_4_emlak_id );

?>
<table width="742" border="0" align="center" class="sol_sag_ alt"
cellpadding="0" cellspacing="0" >
<tr>
<td width="150" bgcolor="#EBEEE 5" valign="top">
<? include "sol_menu.i nc" ?>
</td>
<td width="460" height="100%" bgcolor="#D8DDC F" valign="top"
align="center">

<TABLE width="100%" height="100%" border="0" cellspacing="0"
cellpadding="1" class="sol_sag" >

<TR>
<TD valign="top">
<br>
<center><b>SO N EKLENEN 4 EMLAK</b></center>
<br>
<? if($son_toplam 0){ ?>
<table width="100%" border="0" cellspacing="1" cellpadding="2" >
<tr>
<td rowspan="5" align="right" bgcolor="#FFFFF F" width="135"><a
href="emlak_det ay.php?kat=<?=$ son_1_kat_id?>& eml=<?=$son_1_e mlak_id?>"><IMG
SRC="eml_img/thumb_<?=$resim 1?>" width="135" height="100"
BORDER="0"></a></td>
<td bgcolor="#F4F4F 4"><b>İlan No</b></td>
<td bgcolor="#FFFFF F"><?=$ilan_no1 ?></td>
</tr>
<tr>
<td bgcolor="#F4F4F 4"><b>Emlak Tipi</b></td>
<td bgcolor="#FFFFF F"><?=$tip1? ></td>
</tr>
<tr>
<td bgcolor="#F4F4F 4"><b>İl/İlçe/Semt</b></td>
<td bgcolor="#FFFFF F"><?=$yer1? ></td>
</tr>
<tr>
<td bgcolor="#F4F4F 4"><b>Alan(m ²)</b></td>
<td bgcolor="#FFFFF F"><?=$alan1 ?></td>
</tr>
<tr>
<td bgcolor="#F4F4F 4"><b>Fiyat</b></td>
<td bgcolor="#FFFFF F"><?=$fiyat1?< ?=$kur1?></td>
</tr>
<tr>
<span class="kirmizi" ><td bgcolor="#FFFFF F" colspan="3"
align="right" height="20"><b> <a
href="emlak_det ay.php?kat=<?=$ son_1_kat_id?>& eml=<?=$son_1_e mlak_id?>">Deta ylı
Bilgi</a>&nbsp;&nbsp; </b></td></span>
</tr>
</table>
<br>
</TD>
</TR>

<TR>
<TD valign="top">
<? if($son_toplam 1){ ?>
<table width="100%" border="0" cellspacing="1" cellpadding="2" >
<tr>
<td rowspan="5" align="right" bgcolor="#FFFFF F" width="135"><a
href="emlak_det ay.php?kat=<?=$ son_2_kat_id?>& eml=<?=$son_2_e mlak_id?>"><IMG
SRC="eml_img/thumb_<?=$resim 2?>" width="135" height="100"
BORDER="0"></a></td>
<td bgcolor="#F4F4F 4"><b>İlan No</b></td>
<td bgcolor="#FFFFF F"><?=$ilan_no2 ?></td>
</tr>
<tr>
<td bgcolor="#F4F4F 4"><b>Emlak Tipi</b></td>
<td bgcolor="#FFFFF F"><?=$tip2? ></td>
</tr>
<tr>
<td bgcolor="#F4F4F 4"><b>İl/İlçe/Semt</b></td>
<td bgcolor="#FFFFF F"><?=$yer2? ></td>
</tr>
<tr>
<td bgcolor="#F4F4F 4"><b>Alan(m ²)</b></td>
<td bgcolor="#FFFFF F"><?=$alan2 ?></td>
</tr>
<tr>
<td bgcolor="#F4F4F 4"><b>Fiyat</b></td>
<td bgcolor="#FFFFF F"><?=$fiyat2?< ?=$kur2?></td>
</tr>
<tr>
<span class="kirmizi" ><td height="20" bgcolor="#FFFFF F" colspan="3"
align="right">< b><a
href="emlak_det ay.php?kat=<?=$ son_2_kat_id?>& eml=<?=$son_2_e mlak_id?>">Deta ylı
Bilgi</a>&nbsp;&nbsp; </b></td></span>
</tr>
</table>
<? } ?>
<br>
</TD>
</TR>

<TR>
<TD valign="top">
<? if($son_toplam 2){ ?>
<table width="100%" border="0" cellspacing="1" cellpadding="2" >
<tr>
<td rowspan="5" align="right" bgcolor="#FFFFF F" width="135"><a
href="emlak_det ay.php?kat=<?=$ son_3_kat_id?>& eml=<?=$son_3_e mlak_id?>"><IMG
SRC="eml_img/thumb_<?=$resim 3?>" width="135" height="100"
BORDER="0"></a></td>
<td bgcolor="#F4F4F 4"><b>İlan No</b></td>
<td bgcolor="#FFFFF F"><?=$ilan_no3 ?></td>
</tr>
<tr>
<td bgcolor="#F4F4F 4"><b>Emlak Tipi</b></td>
<td bgcolor="#FFFFF F"><?=$tip3? ></td>
</tr>
<tr>
<td bgcolor="#F4F4F 4"><b>İl/İlçe/Semt</b></td>
<td bgcolor="#FFFFF F"><?=$yer3? ></td>
</tr>
<tr>
<td bgcolor="#F4F4F 4"><b>Alan(m ²)</b></td>
<td bgcolor="#FFFFF F"><?=$alan3 ?></td>
</tr>
<tr>
<td bgcolor="#F4F4F 4"><b>Fiyat</b></td>
<td bgcolor="#FFFFF F"><?=$fiyat3?< ?=$kur3?></td>
</tr>
<tr>
<span class="kirmizi" ><td height="20" bgcolor="#FFFFF F" colspan="3"
align="right">< b><a
href="emlak_det ay.php?kat=<?=$ son_3_kat_id?>& eml=<?=$son_3_e mlak_id?>">Deta ylı
Bilgi</a>&nbsp;&nbsp; </b></td></span>
</tr>
</table>
<? } ?>
<br>
</TD>
</TR>

<TR>
<TD valign="top">
<? if($son_toplam 3){ ?>
<table width="100%" border="0" cellspacing="1" cellpadding="2" >
<tr>
<td rowspan="5" align="right" bgcolor="#FFFFF F" width="135"><a
href="emlak_det ay.php?kat=<?=$ son_4_kat_id?>& eml=<?=$son_4_e mlak_id?>"><IMG
SRC="eml_img/thumb_<?=$resim 4?>" width="135" height="100"
BORDER="0"></a></td>
<td bgcolor="#F4F4F 4"><b>İlan No</b></td>
<td bgcolor="#FFFFF F"><?=$ilan_no4 ?></td>
</tr>
<tr>
<td bgcolor="#F4F4F 4"><b>Emlak Tipi</b></td>
<td bgcolor="#FFFFF F"><?=$tip4? ></td>
</tr>
<tr>
<td bgcolor="#F4F4F 4"><b>İl/İlçe/Semt</b></td>
<td bgcolor="#FFFFF F"><?=$yer4? ></td>
</tr>
<tr>
<td bgcolor="#F4F4F 4"><b>Alan(m ²)</b></td>
<td bgcolor="#FFFFF F"><?=$alan4 ?></td>
</tr>
<tr>
<td bgcolor="#F4F4F 4"><b>Fiyat</b></td>
<td bgcolor="#FFFFF F"><?=$fiyat4?< ?=$kur4?></td>
</tr>
<tr>
<span class="kirmizi" ><td height="20" bgcolor="#FFFFF F" colspan="3"
align="right">< b><a
href="emlak_det ay.php?kat=<?=$ son_4_kat_id?>& eml=<?=$son_4_e mlak_id?>">Deta ylı
Bilgi</a>&nbsp;&nbsp; </b></td></span>
</tr>
</table>
<? } ?>
<? } ?>
<br>
</TD>
</TR>

<TR>
<TD>
<? if(strlen($duyu rular) 0){ ?>
<TABLE width="100%" border="0" cellspacing="1" cellpadding="4" >
<TR>
<TD bgcolor="#F4F4F 4"><b><?=$duyur u_baslik?></b></TD>
</TR>
<TR>
<TD bgcolor="#FFFFF F"><?=$duyuru_y azi?></TD>
</TR>
</TABLE>
<? } ?>
<br>
</TD>
</TR>

</TABLE>
</td>
<td width="135" bgcolor="#EBEEE 5" valign="top">
<? include "sag_menu.i nc" ?>
</td>
</tr>
</table>
</body>
</html>

Dec 11 '06 #1
0 1202

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
4465
by: Chris Nafziger | last post by:
In my code to send email from VBScript, I use standard CDOSYS code similar to the following: With oMsg Set .Configuration = oCon .To = """Admin"" <admin@mycompany.com>" .From = """Joe Admin"" <jadmin@mycompany.com>" .Subject = "Hey You!" .TextBody = "Service(s) have failed!" .Send
8
2319
by: Tim Geiges | last post by:
Since I am being challenged with learning c# I figured I could pass some of the pain on to you guys :-) I have another question(this one is important for me to fix before I can get my app to Beta) My app (an image viewer) opens with a Main form with a file explorer if you open the program with the exe, but opens with the ImageView form if you double click an image file, if you want to see the Main form once the ImageView is open the...
3
5680
by: Tim T | last post by:
Hi, I hope there is someone reading this that has the answer, Please Help! I have the need to send a html email via asp.net. its easy enough to send an html email and add attachments. My question is, how to you set the Content-Location of each attachment in the mail headers so that the images are embedded in the html email rather than attached? This is my code:
3
2357
by: CLEAR-RCIC | last post by:
I have several images i want to display in an ASP.Net application. The images are being passed to me in binary format from another application. Is there a good way to write them directly to an HMTL page without having to save them to the server and create a URL to the virtual directory? FYI: I currently am doing this with just single images. I do a Response.BinaryWrite(byte) to display the one image. The advantage is that I never...
10
1970
by: mrajanikrishna | last post by:
Hello friends, I have developed an application using ASP.NET and SQL Server. Ours is a garment factory. I need to design another module in my application. I want to generate images on fly based on users selection(body, sleeve etc). Until here no problem. Coz we have only 2 types of bodies and 3 types of sleeves and 3 types of necks. I can design static images and save in
9
3824
by: Wayne Smith | last post by:
I've come up against a major headache that I can't seem to find a solution for but I'm sure there must be a workaround and I would really be grateful of any help. I'm currently building a web site for a small club I belong to and one of the features I would like to include is the ability to allow users to upload image files. unfortunately the servers web root www folder only allows READ and EXECUTE permissions, which makes it...
1
4157
by: freetime | last post by:
Greetings, This is my first post so I will try to be brief and accurate. I have a report that uses 9 user selectable filters (Dates, Y/N's as Combo Boxes and 4 Multi-Select List Boxes. 2 of the Multi-Select Boxes acquire their data from other tables as Lookup's. All functions for the filters operate properly pulling the data needed. One of my options with the data is to send it to a Report that can be printed. The request...
6
3495
by: dbuchanan | last post by:
There are three parts to this 1.) How do I cascade menus? 2.) And, how do I cascade menus with a multi-select CheckBoxList?
5
13344
matheussousuke
by: matheussousuke | last post by:
Hello, I'm using tiny MCE plugin on my oscommerce and it is inserting my website URL when I use insert image function in the emails. The goal is: Make it send the email with the URL http://mghospedagem.com/images/controlpanel.jpg instead of http://mghospedagem.comhttp://mghospedagem.com/images/controlpanel.jpg As u see, there's the website URL before the image URL.
0
8179
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8124
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8621
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8272
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8427
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5538
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4049
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2565
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1712
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.