Acil yardım if çalışmıyor 3 gün kafayı yedim....
// ***************** install.php*****************
radio butonu bilgi aktaramıyorum, kayıt.html çalıştırıyorum bir isim yaratıyorum database de ise yarattığım ismi görüyorum ara.html girip aratıyorum bilgiler ekrana geliyor ama radio butonunun bilgileri gelmiyor. Neden olduğunu bulmiyorum 3-4 gündür kafayı yemek üzereyim.
ama mysql den database bilgi girdiğim zaman ara.html aratıyorum bilgileri ve radio butonu bilgileri aktarıyor böyle çalışıyor....
instal.php
kayit.html
kayit.php
ara.html
aralist.php
dosyaları kopyaladım. bir deneyi sorun nerde oldugunu çok merak ediyorum.
Acil yardım if çalışmıyor 3 gün kafayı yedim...
****************install.php******************
<?php
$con = mysql_connect("localhost","root","admin");
if (!$con)
{
die('Could not connect: ' . mysql_error());
}
// Create database
if (mysql_query("CREATE DATABASE ip",$con))
{
echo "bilgi created";
}
else
{
echo "Error creating database: " . mysql_error();
}
// Create table
mysql_select_db("ip", $con);
$sql = "CREATE TABLE bilgi
(
k_adi varchar(25),
b_adi varchar(15),
ip varchar(15),
anakart varchar(25),
ram varchar(5),
domain varchar(20),
e_posta_hesabi varchar(40),
yazici_modeli varchar(40),
sistem varchar(30),
s_seskarti varchar(2),
s_printer varchar(2),
s_eternet varchar(2),
s_ekran varchar(2)
)";
// Execute query
mysql_query($sql,$con);
mysql_close($con);
?>
**************** kayit.html**********************
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>ipl list</title>
<style type="text/css">
#koli
{
overflow: hidden;
width: 898px;
margin-right: auto;
margin-left: auto;
background-color: #9FB7E1;
background-image: url(resimler/Logo1.png);
background-repeat: repeat;
}
#koli div
{
float: left;
background-color: #9FB7E1;
height: 30px;
position: relative;
left: 170px;
right: 170px;
background-image: url(resimler/Logo1.png);
background-repeat: repeat;
}
#orta
{
overflow: hidden;
width: 893.5px;
margin-right: auto;
margin-left: auto;
background-color: #FFFFFF;
height: 50px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}
#orta div
{
float: left;
background-color: #FFFFFF;
height: auto;
position: relative;
left: 300px;
font-family: "Comic Sans MS", cursive;
font-size: 24px;
font-style: italic;
color: #C00;
font-weight: 500;
font-variant: normal;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
white-space: normal;
display: inline;
letter-spacing: normal;
word-spacing: normal;
width: 862px;
}
body {
background-color: #FFF;
}
#alt
{
overflow: hidden;
width: 893.5px;
margin-right: auto;
margin-left: auto;
background-color: #6D9DF2;
height: 640px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
background-repeat: no-repeat;
}
#alt div
{
float: left;
height: 640px;
position: relative;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:1em;
font-style: normal;
color: #666;
font-weight: normal;
font-variant: normal;
text-transform: none;
width: 845px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
left: 20px;
top: 10px;
right: 0px;
bottom: 0px;
padding: 0px;
line-height: normal;
margin-left: 0px;
background-color: #6D9DF2;
}
#alt div div
{
float: left;
height: 40px;
position: relative;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:1em;
font-style: normal;
color: #666;
font-weight: normal;
font-variant: normal;
text-transform: none;
width: 280px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
left: 6px;
top: 10px;
right: 0px;
bottom: 0px;
padding: 0px;
line-height: normal;
margin-left: 0px;
}
#ust {
width: 898px;
background-color: #FFF;
clip: rect(auto,auto,auto,40px);
margin: auto;
height: 20px;
height: 20px;
left: 10px;
top: 10px;
height: 20px;
left: 100px;
top: 10px;
height: 20px;
}
#bos {
width: 898px;
background-color: #9FB7E1;
border: thin none #33F;
list-style-type: decimal;
margin-right: auto;
margin-left: auto;
height: 90px;
background-image: url(resimler/Logo.png);
background-repeat: repeat;
}
</style>
</head>
<body>
<form action="kayit.php" method="post">
<div id="ust"><img src="resimler/Logo.gif" width="898" height="92" /></div>
<div id="bos"></div>
<div id="koli">
<input name="" type="image" src="resimler/logo3.gif" />
</div>
<div id="alt">
<div>
<table border="4" style="width: 845px;height: 1px"><td colspan="3" style="width: 845px;height: 1px"> <center><b> Kullanıcı ve Donanım Bilgileri </b></center>
</td>
</td></tr>
<td> Kullanıcı Adı :
<input type="text" name="k_adi" size=25>
Bilgisayar Adı. :
<input type="text" name="b_adi" size=15>
İp Adresi :
<input type="text" name="ip" size=15>
</tr>
<td> Anakart Modeli :
<input type="text" name="anakart" size=25>
Ram :
<input type="text" name="ram" size=5>
Domain Hesabı :
<input type="text" name="domain" size=20>
</tr>
<td> E - Posta Hesabı :
<input type="text" name="e_posta_hesabi" size=40>
Yazıcı Modeli :
<input type="text" name="yazici_modeli" size=40>
</tr>
<table border="4"style="width:845px;height: 1px" ><td colspan="4"><center><b> İşletim Sistemi </b>
</center>
<td colspan="4"> <center><b> Donanım Bilgileri </b>
</center>
</td>
</tr>
<tr>
<td> İşletim Sistemi
<td><input type="radio"name="sistem"value="XP2"/ >Windows XP Sp2<br>
<input type="radio"name="sistem"value="XP3"/>Windows XP Sp3<br>
<input type="radio"name="sistem"value="W7"/ >Windows 7 Sp1<br>
<input type="radio"name="sistem"value="W2003"/ >Windows 2003 Server<br>
<td> Sürücüler
<td><input type="checkbox"name="s_seskarti" >Ses Kartı<br>
<input type="checkbox"name="s_printer" >Printer<br>
<input type="checkbox"name="s_sternet">Eternet Kartı<br>
<input type="checkbox"name="s_ekran">Ekran Kartı<br>
<td> Ayarlamalar
<td><input type="checkbox"name="a1" >Administrator<br>
<input type="checkbox"name="a2" >Bios Şifresi<br>
<input type="checkbox"name="a3">E - Posta Ayarlandımı<br>
<input type="checkbox"name="a4">Yazıcı Yüklendimi<br>
<input type="checkbox"name="a5">Web Erişimi (Kibtek)<br>
<input type="checkbox"name="a6">İnternet Erişimi<br>
</tr>
<table border="4"style="width:845px;height: 1px" ><td colspan="4"> <center><b>Gerekli Programlar </b>
</center>
</td>
</tr>
<tr>
<td> Yüklenen Programlar
<td><input type="checkbox"name="y1">Microsoft Office<br>
<input type="radio"name="y11" >2003
<input type="radio"name="y11" >2007<br>
<input type="radio"name="y11" >2010
<input type="radio"name="y11" >2013
<br>
<input type="checkbox"name="y2" >Winrar<br>
<input type="checkbox"name="y3" >
Net Support<br>
<input type="checkbox"name="y4">
Adobe Acrobat<br>
<input type="radio"name="y41" >2007
<input type="radio"name="y41" >2010<br>
<input type="checkbox"name="y5" >
MeadCO(Makbuz)<br />
<input type="checkbox"name="y6" >
Muhasebe(KİBTEK)<br>
<td> Yüklenen Programlar
<td><input type="checkbox"name="y7" >Antivirüs(Trend Micro)<br>
<input type="checkbox"name="y8" >Printer<br>
<input type="checkbox"name="y9">Autocad<br>
<input type="radio"name="y91" >2007
<input type="radio"name="y91" >2008
<input type="radio"name="y91" >2010
<input type="radio"name="y91" >2012
<br>
<input type="checkbox"name="y10">Google Earth<br>
<input type="text" name="y11" size=42> <br>
<input type="text" name="y12" size=42><br>
<input type="text" name="y13" size=42><br>
<input type="text" name="y14" size=42><br>
</tr>
<table border="4"style="width:845px;height: 1px" ><td colspan="4">
<center>
<input name="Kaydet" type="submit" />
<input name="temizle" type="button" value="Temizle" />
<input name="anasayfa" type="button" value="Anasayfa" />
</center>
</td>
</tr>
<tr>
</form>
</body>
</html>
Acil yardım if çalışmıyor 3 gün kafayı
///*****************kayit.php********************
<?php
$con = mysql_connect("localhost","root","admin");
if (!$con)
{
die('Could not connect: ' . mysql_error());
}
mysql_select_db("ip", $con);
$sql="INSERT INTO bilgi (k_adi,
b_adi,
ip,
anakart,
ram,
domain,
e_posta_hesabi
,yazici_modeli,
sistem,
s_seskarti,
s_printer,
s_eternet,
s_ekran
)
VALUES
('$_POST[k_adi]','
$_POST[b_adi]','
$_POST[ip]','
$_POST[anakart]','
$_POST[ram]','
$_POST[domain]','
$_POST[e_posta_hesabi]','
$_POST[yazici_modeli]','
$_POST[sistem]','
$_POST[s_seskarti]','
$_POST[s_printer]','
$_POST[s_eternet]','
$_POST[s_ekran]')";
if (!mysql_query($sql,$con))
{
die('Error: ' . mysql_error());
}
echo "1 record added";
mysql_close($con);
?>
//******************ara.html*******************
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>ipl list</title>
<style type="text/css">
#koli
{
overflow: hidden;
width: 898px;
margin-right: auto;
margin-left: auto;
background-color: #9FB7E1;
background-image: url(Logo1.png);
background-repeat: repeat;
}
#koli div
{
float: left;
background-color: #9FB7E1;
height: 30px;
position: relative;
left: 170px;
right: 170px;
background-image: url(Logo1.png);
background-repeat: repeat;
}
#orta
{
overflow: hidden;
width: 893.5px;
margin-right: auto;
margin-left: auto;
background-color: #FFFFFF;
height: 50px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}
#orta div
{
float: left;
background-color: #FFFFFF;
height: auto;
position: relative;
left: 300px;
font-family: "Comic Sans MS", cursive;
font-size: 24px;
font-style: italic;
color: #C00;
font-weight: 500;
font-variant: normal;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
white-space: normal;
display: inline;
letter-spacing: normal;
word-spacing: normal;
width: 862px;
}
body {
background-color: #FFF;
}
#alt
{
overflow: hidden;
width: 893.5px;
margin-right: auto;
margin-left: auto;
background-color: #6D9DF2;
height: 150px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
background-repeat: no-repeat;
}
#alt div
{
float: left;
height: 150px;
position: relative;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:1em;
font-style: normal;
color: #666;
font-weight: normal;
font-variant: normal;
text-transform: none;
width: 845px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
left: 20px;
top: 10px;
right: 0px;
bottom: 0px;
padding: 0px;
line-height: normal;
margin-left: 0px;
background-color: #6D9DF2;
}
#alt div div
{
float: left;
height: 40px;
position: relative;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:1em;
font-style: normal;
color: #666;
font-weight: normal;
font-variant: normal;
text-transform: none;
width: 280px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
left: 6px;
top: 10px;
right: 0px;
bottom: 0px;
padding: 0px;
line-height: normal;
margin-left: 0px;
}
#ust {
width: 898px;
background-color: #FFF;
clip: rect(auto,auto,auto,40px);
margin: auto;
height: 20px;
height: 20px;
left: 10px;
top: 10px;
height: 20px;
left: 100px;
top: 10px;
height: 20px;
}
#bos {
width: 898px;
background-color: #9FB7E1;
border: thin none #33F;
list-style-type: decimal;
margin-right: auto;
margin-left: auto;
height: 90px;
background-image: url(resimler/Logo.png);
background-repeat: repeat;
}
</style>
</head>
<body>
<form action="aralist.php" method="post">
<div id="ust"><img src="resimler/Logo.gif" width="898" height="92" /></div>
<div id="bos"></div>
<div id="koli">
<input name="" type="image" src="resimler/logo3.gif" />
</div>
<div id="alt">
<div>
<table border="4" style="width: 845px;height: 1px"><td colspan="3" style="width: 845px;height: 1px"> <center><b> Kullanıcı ve Donanım Bilgileri </b></center>
</td>
</td></tr>
<td> Kullanıcı Adı :
<input type="text" name="k_adi" size=25>
Bilgisayar Adı. :
<input type="text" name="b_adi" size=15>
İp Adresi :
<input type="text" name="ip" size=15>
</tr>
</tr>
</tr>
<table border="4"style="width:845px;height: 1px" ><td colspan="4">
<center>
<input name="ara" type="button" value="Arama" />
<input name="temizle" type="button" value="Temizle" />
<input name="anasayfa" type="button" value="Anasayfa" />
</center>
</td>
</tr>
<tr>
</body>
</html>
Acil yardım if çalışmıyor 3 gün kafayı
//**********************aralist.php*****************
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>ipl list</title>
<style type="text/css">
#koli
{
overflow: hidden;
width: 898px;
margin-right: auto;
margin-left: auto;
background-color: #9FB7E1;
background-image: url(Logo1.png);
background-repeat: repeat;
}
#koli div
{
float: left;
background-color: #9FB7E1;
height: 30px;
position: relative;
left: 170px;
right: 170px;
background-image: url(Logo1.png);
background-repeat: repeat;
}
#orta
{
overflow: hidden;
width: 893.5px;
margin-right: auto;
margin-left: auto;
background-color: #FFFFFF;
height: 50px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}
#orta div
{
float: left;
background-color: #FFFFFF;
height: auto;
position: relative;
left: 300px;
font-family: "Comic Sans MS", cursive;
font-size: 24px;
font-style: italic;
color: #C00;
font-weight: 500;
font-variant: normal;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
white-space: normal;
display: inline;
letter-spacing: normal;
word-spacing: normal;
width: 862px;
}
body {
background-color: #FFF;
}
#alt
{
overflow: hidden;
width: 893.5px;
margin-right: auto;
margin-left: auto;
background-color: #6D9DF2;
height: 640px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
background-repeat: no-repeat;
}
#alt div
{
float: left;
height: 640px;
position: relative;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:1em;
font-style: normal;
color: #666;
font-weight: normal;
font-variant: normal;
text-transform: none;
width: 845px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
left: 20px;
top: 10px;
right: 0px;
bottom: 0px;
padding: 0px;
line-height: normal;
margin-left: 0px;
background-color: #6D9DF2;
}
#alt div div
{
float: left;
height: 40px;
position: relative;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:1em;
font-style: normal;
color: #666;
font-weight: normal;
font-variant: normal;
text-transform: none;
width: 280px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
left: 6px;
top: 10px;
right: 0px;
bottom: 0px;
padding: 0px;
line-height: normal;
margin-left: 0px;
}
#ust {
width: 898px;
background-color: #FFF;
clip: rect(auto,auto,auto,40px);
margin: auto;
height: 20px;
height: 20px;
left: 10px;
top: 10px;
height: 20px;
left: 100px;
top: 10px;
height: 20px;
}
#bos {
width: 898px;
background-color: #FFFFFF;
border: thin none #33F;
list-style-type: decimal;
margin-right: auto;
margin-left: auto;
height: 90px;
background-image: url(resimler/Logo.png);
background-repeat: repeat;
}
</style>
</head>
<body>
<div id="ust"><img src="resimler/Logo.gif" width="898" height="92" /></div>
<div id="bos"></div>
<div id="koli">
<input name="" type="image" src="resimler/logo3.gif" />
</div>
<div id="alt">
<div>
<table border="4" style="width: 845px;height: 1px"><td colspan="3" style="width: 845px;height: 1px"> <center><b> Kullanıcı ve Donanım Bilgileri </b></center>
</td>
</td></tr>
<?php
$con = mysql_connect("localhost","root","admin");
if (!$con)
{
die('Could not connect: ' . mysql_error());
}
mysql_select_db("ip", $con);
$result = mysql_query("SELECT * FROM bilgi
WHERE k_adi='$k_adi'");
while($row = mysql_fetch_array($result))
{
echo "
</tr><td>
Kullanıcı Adı :
<input type='text' name='k_adi' value='$row[0]' size=15/>
Bilgisayar Adı :
<input type='text' name='b_adi' value='$row[1]' size=15/>
İp Adres :
<input type='text' name='ip' value='$row[2]' size=15>";
echo "
</tr><td>
Anakart Modeli :
<input type='text' name='anakart' value='$row[3]' size=25>
Ram :
<input type='text' name='ram' value='$row[4]' size=5>
Domain Hesabı :
<input type='text' name='domain' value='$row[5]' size=20>
";
echo "
</tr><td>
E - Posta Hesabı :
<input type='text' name='e_posta_hesabi' value='$row[6]' size=40>
Yazıcı Modeli :
<input type='text' name='yazici_modeli'value='$row[7]' size=40>
";
echo "
</tr>
<table border='4'style='width:845px;height: 1px' ><td colspan='4'><center><b> İşletim Sistemi </b>
</center>
<td colspan='4'> <center><b> Donanım Bilgileri </b>
</center>
</td>
</tr><tr>
<td> İşletim Sistemi
";
if ($row[8]=="XP2"){ $xp2='checked';} ;
echo "<td><input type='radio' name='sistem' $xp2 >Windows XP Sp2<br>";
if ($row[8]=="XP3"){ $xp3='checked';} ;
echo "<input type='radio' name='sistem' $xp3 >Windows XP Sp3<br>";
if ($row[8]=="W7"){ $w7='checked';} ;
echo "<input type='radio' name='sistem' $w7 >Windows 7<br>";
if ($row[8]=="W2003"){ $w2003='checked';} ;
echo "<input type='radio' name='sis' $w2003 >Windows 2003 Server<br>";
echo "
<td> Sürücüler
";
if ($row[12]=="on"){ $sk='checked';} ;
echo "<td><input type='checkbox' name='s_seskarti' $sk >Ses Kartı<br>";
if ($row[13]=="on"){ $p='checked';} ;
echo "<input type='checkbox' name='s_printer' $p >Ses Kartı<br>";
if ($row[14]=="on"){ $ek='checked';} ;
echo "<input type='checkbox' name='s_eternet' $ek >Ses Kartı<br>";
if ($row[15]=="on"){ $ekk='checked';} ;
echo "<input type='checkbox' name='s_ekran' $ekk >Ses Kartı<br>";
}
mysql_close($con);
?>
<td> Ayarlamalar
<td><input type="checkbox"name="a1" >Administrator<br>
<input type="checkbox"name="a2" >Bios Şifresi<br>
<input type="checkbox"name="a3">E - Posta Ayarlandımı<br>
<input type="checkbox"name="a4">Yazıcı Yüklendimi<br>
<input type="checkbox"name="a5">Web Erişimi (Kibtek)<br>
<input type="checkbox"name="a6">İnternet Erişimi<br>
</tr>
<table border="4"style="width:845px;height: 1px" ><td colspan="4"> <center><b>Gerekli Programlar </b>
</center>
</td>
</tr>
<tr>
<td> Yüklenen Programlar
<td><input type="checkbox"name="y1">Microsoft Office<br>
<input type="radio"name="y11" >2003
<input type="radio"name="y12" >2007<br>
<input type="radio"name="y13" >2010
<input type="radio"name="y14" >2013
<br>
<input type="checkbox"name="y2" >Winrar<br>
<input type="checkbox"name="y3" >
Net Support<br>
<input type="checkbox"name="y4">
Adobe Acrobat<br>
<input type="radio"name="y41" >2007
<input type="radio"name="y42" >2010<br>
<input type="checkbox"name="y5" >
MeadCO(Makbuz)<br />
<input type="checkbox"name="y6" >
Muhasebe(KİBTEK)<br>
<td> Yüklenen Programlar
<td><input type="checkbox"name="y7" >Antivirüs(Trend Micro)<br>
<input type="checkbox"name="y8" >Printer<br>
<input type="checkbox"name="y9">Autocad<br>
<input type="radio"name="y91" >2007
<input type="radio"name="y92" >2008
<input type="radio"name="y93" >2010
<input type="radio"name="y94" >2012
<br>
<input type="checkbox"name="y10">Google Earth<br>
<input type="text" name="y11" size=42> <br>
<input type="text" name="y12" size=42><br>
<input type="text" name="y13" size=42><br>
<input type="text" name="y14" size=42><br>
</tr>
<table border="4"style="width:845px;height: 1px" ><td colspan="4">
<center>
<input name="anasayfa" type="button" value="Anasayfa" />
</center>
</td>
</tr>
<tr>
</body>
</html>
Php
switch($row[8]){
case'XP2':
echo "<td><input type='radio' name='sistem' checked >Windows XP Sp2<br>";
break;
case'XP3':
echo "<td><input type='radio' name='sistem' checked >Windows XP Sp3<br>";
break;
case'W7':
echo "<td><input type='radio' name='sistem' checked >Windows 7<br>";
break;
case'W2003':
echo "<td><input type='radio' name='sistem' checked >Windows 2003 Server<br>";
break;
break;
}
Acil yardım if çalışmıyor 3 gün kafayı
Gönderdiğiniz kodu denedim yine olmadı tüm değerliri alıyor radio bölümünü yine almıyor.
ben tam olarak anlamadım radio butonu almıyor derken ne demek istediniz
kodlarınızıda paylasırken sadece sorunlu olan yeri paylasmanız yeterli css kodlarını falan paylasmasanızda olur eger sorununuz tasarim ile ilgili degil ise
php
sorun tam olarak bilgileri database'den alırken
Kullanıcı adı : Ahmet Bilgisayar adı: Ap112 .......
radio butonu ile de kayıt yapılırken secilen bir sistem olur. aşağıda secilen işletim sistemlerinden biri database kaydedilir bunlar database xp2 -xp3-w7-w2003 hangisi seçilirse value ne ise kaydedilir
Windows XP Sp2
Windows XP Sp3
Windows 7 Sp1
Windows 2003 Server
Bu kaydedilen tekrar ekrana getirmek için uğraşıyorum. isterseniz dosyaların hepsini yolladım deneyin. instal edin db için daha sonra kayıt yapın ve aratın herşey tamam tek radio bölümü olmuyor. Bu çok basit bir yanlış yapıyorum ama bulamıyorum.
Ama mysql den kayıt bilgisi girildiği zaman hiçbir sorun yok. bütün bilgiler ve radio butonu şeçilen bilgiler ekrana geliyor................
Php
sistemindeki problem su ki kayıt ederken veritabanına bosluk ekliyor bu nedenle radio butonu calısmıyor
kayit phpdeki postverilerini trim() fonksiyonu ile süzgecten gecir ben denedim calısıyor
php
okk Çalışıyor.
Çok Teşekkürler ilginizden dolayı.
bu iyliğinizi unutmayacağım.
dediğiniz gibi trim kullandım sorun ortadan kalktı.
aralist.php if in başına ekledim. tamamdır çalışıyor.
$row[8]=trim($row[8]);