Jump to content

Recommended Posts

http://www.GameTürkiye.com e-pin satış sitesi üzerinde çalışmaktayım fakat birkaç sorunum var ana sayfada bizden haberler kısmı link içeriyor ama anasayfadayken çalışmıyor ama yukarıdan haberlere tıkladığımda altta gelen listeden tıklanabiliyor bir diğer sorumda sol tarafta oyunlardan birine tıklayınız orada satıştaki ürünler ana sayfada yer alacak ürünlerin yanlarında stok sayısını nasıl eklerim yardım eden arkadaşların hepsine Teşekkürlerimi iletiyorum şimdiden ana sayfayı düzelttim pardon..

Edited by MertCihan
Link to comment
Share on other sites

Linklere tıklayamama sorunu TR yani satırların yüksekliğinin çok az olmasından kaynaklanıyor sanırım. Satırı yükselttiğimde linkler tıklanabiliyor.

 

sHkaozX.png

 

Diğer sorun içinse kodlari ve veritabanı yapısını görmeden bir şey söylemek zor.

Link to comment
Share on other sites

[spoiler] 

<?php session_start(); ob_start();?>
<?php include("dbayarlari.php"); ?>
<?php
$GelenUrunID = $_GET['UrunID'];
$UrunleriListele = mysql_query("SELECT * FROM urunler WHERE UrunID='$GelenUrunID' LIMIT 1");
$UrunleriListeleYaz=mysql_fetch_assoc($UrunleriListele);
?>

<!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><?php echo $UrunleriListeleYaz['UrunAdi']; ?> | <?php echo $SiteAdi; ?></title>
<meta name="keywords" content="<?php echo $UrunleriListeleYaz['UrunKeywords']; ?>" />
<meta name="description" content="<?php echo $UrunleriListeleYaz['UrunDescription']; ?>" />
<link rel="icon" href="favicon.ico">
<link rel="stylesheet" href="css/stil.css" type="text/css" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<link media="screen" rel="stylesheet" href="colorbox/colorbox.css" />
<script src="colorbox/jquery.colorbox.js"></script>
<script>
$(document).ready(function(){
//Examples of how to assign the ColorBox event to elements
$("a[rel='example1']").colorbox();
$("a[rel='example2']").colorbox({transition:"fade"});
$("a[rel='example3']").colorbox({transition:"none", width:"75%", height:"75%"});
$("a[rel='example4']").colorbox({slideshow:true});
$(".example5").colorbox();
$(".example6").colorbox({iframe:true, innerWidth:425, innerHeight:344});
$(".example7").colorbox({width:"80%", height:"80%", iframe:true});
$(".example8").colorbox({width:"50%", inline:true, href:"#inline_example1"});
$(".example9").colorbox({
onOpen:function(){ alert('onOpen: colorbox is about to open'); },
onLoad:function(){ alert('onLoad: colorbox has started to load the targeted content'); },
onComplete:function(){ alert('onComplete: colorbox has displayed the loaded content'); },
onCleanup:function(){ alert('onCleanup: colorbox has begun the close process'); },
onClosed:function(){ alert('onClosed: colorbox has completely closed'); }
});

//Example of preserving a JavaScript event for inline calls.
$("#click").click(function(){
$('#click').css({"background-color":"#f00", "color":"#ff9307", "cursor":"inherit"}).text("Open this window again and this message will still be here.");
return false;
});
});
</script>


<script type="text/javascript" src="js/ddaccordion.js"></script>
<script src="js/jquery_ui.js" type="text/javascript"></script>
<script src="js/wysiwyg.js" type="text/javascript"></script>
<script src="js/functions.js" type="text/javascript"></script>
<script src="js/common.js" type="text/javascript"></script>
<script type="text/javascript">


ddaccordion.init({
headerclass: "submenuheader", //Shared CSS class name of headers group
contentclass: "submenu", //Shared CSS class name of contents group
revealtype: "click", //Reveal content when user clicks or onmouseover the header? Valid value: "click", "clickgo", or "mouseover"
mouseoverdelay: 200, //if revealtype="mouseover", set delay in milliseconds before header expands onMouseover
collapseprev: true, //Collapse previous content (so only one open at any time)? true/false
defaultexpanded: [], //index of content(s) open by default [index1, index2, etc] [] denotes no content
onemustopen: false, //Specify whether at least one header should be open always (so never all headers closed)
animatedefault: false, //Should contents open by default be animated into view?
persiststate: true, //persist state of opened contents within browser session?
toggleclass: ["", ""], //Two CSS classes to be applied to the header when it's collapsed and expanded, respectively ["class1", "class2"]
togglehtml: ["suffix", ""], //Additional HTML added to the header when it's collapsed and expanded, respectively ["position", "html1", "html2"] (see docs)
animatespeed: "fast", //speed of animation: integer in milliseconds (ie: 200), or keywords "fast", "normal", or "slow"
oninit:function(headers, expandedindices){ //custom code to run when headers have initalized
//do nothing
},
onopenclose:function(header, index, state, isuseractivated){ //custom code to run whenever a header is opened or closed
//do nothing
}
})









</script>
<script type="text/javascript" src="js/SadeceRakam-v1.5.1.js" ></script>


<style type="text/css">

.glossymenu{
width: 220px;
clear: left;
float: left;
margin-right: 0;
margin-bottom: 5px;
margin-left: 0;
}

.glossymenu a.menuitem{
color: #ff9307;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: 219px;
text-decoration: none;
background-image: url(images/menukatbg.jpg);
background-repeat: repeat-x;
background-position: left bottom;
margin-top: 1px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-align: left;
height: 32px;
text-indent: 30px;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
background-image: url(images/menukatbghover.jpg);
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(images/menukatbghover.jpg);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
margin-top: 1px;
}

.glossymenu div.submenu ul li a{
display: block;
color: #ff9307;
text-decoration: none;
background-color: #5c4631;
height: 30px;
width: 220px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
text-align: left;
font-weight: normal;
text-indent: 25px;
}

.glossymenu div.submenu ul li a:hover{
colorz: white;
background-color: #493b28;
}

</style>

<style type="text/css">
<!--
#ustuyari {
height: 30px;
width: 100%;
background-color: #ff9307FB0;
float: left;
}
#uyeriikon {
float: left;
height: 30px;
width: 30px;
margin-left: 5px;
}
#ustuyeriyazi {
float: left;
height: 15px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #F1EA3F;
font-weight: normal;
margin: 7px;
}


#ustuyariok {
height: 30px;
width: 100%;
background-color: #DFB;
float: left;
}
#uyeriikonok {
float: left;
height: 30px;
width: 30px;
margin-left: 5px;
}
#ustuyeriyaziok {
float: left;
height: 15px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #09791F;
font-weight: normal;
margin: 7px;
}

#ustuyarino {
height: 30px;
width: 100%;
background-color: #FFC4C4;
float: left;
}
#uyeriikonno {
float: left;
height: 30px;
width: 30px;
margin-left: 5px;
}
#ustuyeriyazino {
float: left;
height: 15px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #F1EA3F;
font-weight: normal;
margin: 7px;
}


-->
</style>

<script language="javaScript">
<!--
function openWindow(URL){

newWindow = window.open(URL,"xxx", "height=500,width=520,scrollbars=yes,status=no ,too lbar=no,hotkeys=no,locationbar=no,fullscreen=0,res izable=0");
newWindow.moveTo(screen.availWidth/2-400,screen.availHeight/2-250);
newWindow.focus();
}

function MM_checkBrowser(NSvers,NSpass,NSnoPass,IEvers,IEpa ss,IEnoPass,OBpass,URL,altURL) { //v4.0
var newURL='', verStr=navigator.appVersion, app=navigator.appName, version = parseFloat(verStr);
if (app.indexOf('Netscape') != -1) {
if (version >= NSvers) {if (NSpass>0) newURL=(NSpass==1)?URL:altURL;}
else {if (NSnoPass>0) newURL=(NSnoPass==1)?URL:altURL;}
} else if (app.indexOf('Microsoft') != -1) {
if (version >= IEvers || verStr.indexOf(IEvers) != -1)
{if (IEpass>0) newURL=(IEpass==1)?URL:altURL;}
else {if (IEnoPass>0) newURL=(IEnoPass==1)?URL:altURL;}
} else if (OBpass>0) newURL=(OBpass==1)?URL:altURL;
if (newURL) { openWindow(unescape(newURL)); document.MM_returnValue=false; }
}
//-->
</script>

<script type="text/javascript">



/***

Simple jQuery Slideshow Script

Released by Jon Raasch (jonraasch.com) under FreeBSD license: free to use or modify, not responsible for anything, etc. Please link out to me if you like it :)

***/



function slideSwitch() {

var $active = $('#slideshow IMG.active');



if ($active.length == 0) $active = $('#slideshow IMG:last');



// use this to pull the images in the order they appear in the markup

var $next = $active.next().length ? $active.next()

: $('#slideshow IMG:first');



// uncomment the 3 lines below to pull the images in random order



// var $sibs = $active.siblings();

// var rndNum = Math.floor(Math.random() * $sibs.length );

// var $next = $( $sibs[ rndNum ] );





$active.addClass('last-active');



$next.css({ opacity: 0.0 })

.addClass('active')

.animate({ opacity: 1.0 }, 1000, function () {

$active.removeClass('active last-active');

});

}



$(function () {

setInterval("slideSwitch()", 8000);

})



</script>



</head>

<body topmargin="0"><center>

<?php

if(@kodTemizle($_SESSION['KullaniciAdi'])==""){

}else{

/* Uyarı Alanı */

$UyeIDSor = mysql_query("SELECT * FROM uyeler WHERE KullaniciAdi='".@kodTemizle($_SESSION['KullaniciAdi'])."'");
$UyeIDYaz = mysql_fetch_array($UyeIDSor);

$UyeID = $UyeIDYaz['UyeID'];
/* MEsaj kutusu Kontrol */

$MesajKutusu = mysql_query("SELECT * FROM mesajlar WHERE UyeID='$UyeID' && MesajDurum='0'");
if(mysql_num_rows($MesajKutusu)>0){

echo '<div id="ustuyari">
<div id="uyeriikon"><img src="images/warn.png" width="27" height="27" /></div>
<div id="ustuyeriyazi">Gelen Mesaj Kutunuzda Okunmamış Mesajınız Var.</div>
</div>';

}else{}

}

?>


<div id="Genel">
<!-- Üst Menü -->
<div id="ustmenu">
<div id="ustmenulinkler">
<a href="index.php">Anasayfa</a>
<a href="bankahesaplari.php">Banka Hesapları</a>
<a href="haberler.php">Haberler</a>
<a href="yardimm.php">Yardım</a>
<a href="iletisim.php">İletişim</a>
</div>


<!-- ustalan sağ -->
<div id="usthizliuyelik"><a href="sepet.php" style="text-decoration:none;"><img src="images/sepetim.png" width="107" height="34" border="0" /></a></div>
<div id="usthizliuyelik"><a class="example5" href="uyeolajax.php"><img src="images/hizliuyeol.png" width="112" height="30" border="0" /></a></div>

</div>

<!-- Üst Altı Alan -->
<div id="ustalti">


<!-- Logo alanı -->
<div id="logo"><a href="index.php"><img src="images/logo.gif" width="365" height="90" /></a></div>
<!-- Sepet Alanı -->
<a href="sepet.php" style="text-decoration:none;"><div id="ustsepet">
<div id="ustsepeturun">
<?php
$UyeIDSor = mysql_query("SELECT * FROM uyeler WHERE KullaniciAdi='".@kodTemizle($_SESSION['KullaniciAdi'])."'");
$UyeIDYaz = mysql_fetch_array($UyeIDSor);

$UyeID = $UyeIDYaz['UyeID'];

$SepetUrunSor = mysql_query("SELECT * FROM sepet WHERE UyeID='$UyeID'");
$Say = mysql_num_rows($SepetUrunSor);


if($Say>0){
echo $Say.' ürün <br>bulunmaktadır';

}else{
echo'Sepetiniz Boş';$ToplamTutars = "0.00";
}


while($yazs=mysql_fetch_array($SepetUrunSor)){

$ToplamTutars = @$ToplamTutar + $yazs['Tutar'];
$ToplamTutar = $ToplamTutars;
}
?>


</div>
<div id="uastsepetodemeniz">Ödemeniz gereken tutar</div>
<div id="ustalansepettutar"><?php if(@kodTemizle($_SESSION['KullaniciAdi'])==""){echo'0,00 TL';}else{ echo vdegiss(para($ToplamTutars)).'&nbsp;TL'; } ?></div>

</div>
</a>
<!-- Ust Alan Telefon -->
<div id="ustalantelefon"></div>
</div>





<!-- Sol Blok -->
<?php include("solblok.php"); ?>



<?php

/* Gelen Kategori */

$GelenUrunID = QueryFilter(kodTemizle(strip_tags(stripslashes(intval($_GET['UrunID'])))));


?>


<!-- Orta Alan -->
<!-- Orta Alan -->
<div id="ortaalan" style="margin-top:0px;">
<!-- Biz Kimiz -->
<div id="ortaalans">
<div id="bizdenhaberlerbaslik">
<div id="blokbaslikyazi1">Ürün Detay</div></div>
<div id="bizdenhaberlericerik" style="height:auto;">




<?php

/* Ürünleri Listele */

$UrunleriListele = mysql_query("SELECT * FROM urunler WHERE UrunID='$GelenUrunID' LIMIT 1");
while($UrunleriListeleYaz=mysql_fetch_assoc($UrunleriListele)){


if($UrunleriListeleYaz['KodluUrun']==0){

/* Karakter Stok Sor */

$KarakterSor = mysql_query("SELECT * FROM karaktersatis WHERE UrunID='".$UrunleriListeleYaz['UrunID']."'");
$KarakterYaz = mysql_fetch_assoc($KarakterSor);

if(mysql_num_rows($KarakterSor)<1){
$Stok = '0';
}else{
$Stok = $KarakterYaz['Stok'];
}

/* Karakter Adı */

$Karakteristiomu = '
Karakter Adı : <input type="text" name="KarakterAdi" style="border:1px solid #F1EA3F;" />
';
$KarakterID = '&KarakterID='.$KarakterYaz['KarakterID'];

}elseif($UrunleriListeleYaz['KodluUrun']==1){

/* Kod Stok Sor */

$KodSor = mysql_query("SELECT * FROM kodlar WHERE KodUrun='".$UrunleriListeleYaz['UrunID']."' && Durum='0'");
$Stok = mysql_num_rows($KodSor);

/* Karakter Adı */

$Karakteristiomu = '';
$KarakterID='';

}



$UyelikTipiSor = mysql_query("SELECT * FROM uyeler WHERE KullaniciAdi='".@$_SESSION['KullaniciAdi']."'");
$UyelikTipiYaz = mysql_fetch_array($UyelikTipiSor);

$UyelikTipis = $UyelikTipiYaz['UyelikTipi'];

if(@$_SESSION['KullaniciAdi']==""){
$Fiyat = $UrunleriListeleYaz['StandartFiyat'].'&nbsp;TL';
}elseif($UyelikTipis==1){
$Fiyat = '<font class="fiyatcizik">Fiyat :'.$UrunleriListeleYaz['StandartFiyat'].'TL</font>&nbsp;&nbsp;&nbsp;<br>Size Özel :<strong>'.$UrunleriListeleYaz['SilverFiyat'].'</strong>';
}elseif($UyelikTipis==2){
$Fiyat = '<font class="fiyatcizik">Fiyat :'.$UrunleriListeleYaz['StandartFiyat'].'TL</font>&nbsp;&nbsp;&nbsp;<br>Size Özel :<strong>'.$UrunleriListeleYaz['GoldFiyat'].'</strong>';
}elseif($UyelikTipis==3){
$Fiyat = '<font class="fiyatcizik">Fiyat :'.$UrunleriListeleYaz['StandartFiyat'].'TL</font>&nbsp;&nbsp;&nbsp;<br>Size Özel :<strong>'.$UrunleriListeleYaz['PlatinFiyat'].'</strong>';
}elseif($UyelikTipis==4){
$Fiyat = '<font class="fiyatcizik">Fiyat :'.$UrunleriListeleYaz['StandartFiyat'].'TL</font>&nbsp;&nbsp;&nbsp;<br>Size Özel :<strong>'.$UrunleriListeleYaz['BayiFiyat'].'</strong>';
}elseif($UyelikTipis==0){
$Fiyat = $UrunleriListeleYaz['StandartFiyat'];
}



?>

<script type="text/javascript">
$(document).ready(function(){
$('#SepeteAt').click( SepeteAt );

});

function SepeteAt()
{

$('#Sonuc').html('<br><img src="load.gif" alt=" "><br><br>');

$.ajax({
type: 'POST',
url: 'sepeteat.php?UrunID=<?php echo QueryFilter(kodTemizle(intval($_GET['UrunID']))); ?><?php echo $KarakterID; ?>',
data: $('form').serialize(),
success: function(ajaxCevap) {
$('#Sonuc').html(ajaxCevap);

}
});

return false;
}

</script>

<form method="post" action="">
<table width="526" height="25" border="0" align="center" cellpadding="1" cellspacing="2" class="katdetaytablo">
<tr>
<td class="urunadiyazisi"><?php echo $UrunleriListeleYaz['UrunAdi']; ?></td>
</tr>
<tr>
<td align="left" class="bizkimizyazi"><?php echo $UrunleriListeleYaz['UrunAciklama']; ?></td>
</tr>
</table>
<table width="526" height="25" border="0" align="center" cellpadding="1" cellspacing="2" class="katdetaytablo">
<tr>
<td width="128" align="left" valign="middle" class="bizkimizyazi"><?php echo $Karakteristiomu; ?></td>
<td width="100" align="left" valign="middle" class="bizkimizyazi"><p>Adet:<br />
<input name="Adet" type="text" style="border:1px solid #F1EA3F;" size="3" id="txtInput" onkeypress="return SadeceRakam(event);" onblur="SadeceRakamBlur(event,false);" />
</p></td>
<td width="86" align="left" class="bizkimizyazi"><strong><?php $Stok; ?></strong></td>
<td width="112" align="left" class="bizkimizyazi"><?php echo vdegiss($Fiyat); ?> </td>
<td width="78" align="center" class="bizkimizyazi">
<?php if($Stok>0){?>
<input id="SepeteAt" class="girisbuton" value="Sepete At" type="submit" />
<?php }else{ ?>
<input class="girisbuton" value="Stok Yok" type="button" />
<?php } ?>
</td>
</tr>
</table></form> <div id="Sonuc"></div>




<?php } ?>





</div>








<!-- Bizden Haberler -->
</div>


</div>






<!-- Sağ Blok -->
<?php include("sagblok.php"); ?>


<!-- Alt Alan -->
<?php include("alt.php"); ?>
[/spoiler]

Linklere tıklayamama sorunu TR yani satırların yüksekliğinin çok az olmasından kaynaklanıyor sanırım. Satırı yükselttiğimde linkler tıklanabiliyor.
 
sHkaozX.png
 
Diğer sorun içinse kodlari ve veritabanı yapısını görmeden bir şey söylemek zor.

şimdi deniyorum bunu teşekkür ederim Edited by KintaRo
Link to comment
Share on other sites

buyur tablo adı urunler

RygjE7.jpg


stokların olduğu db?

pardon stoklarınkinide ekliyorum şimdi yanlız burdan kategoriye göre bilgi çekmen için attım hepsi kategori1de alt kategorilere göre dağılıyor 1 2 3 olarak


Buyur tablonun adı kodlar 0lar satılmamış 1 olanlar satılmış olanlar

LPvjO1.png

Edited by MertCihan
Link to comment
Share on other sites

slideshow divin bizdenhaberler divinin üzerine gelmiş

#bizdenhaberler {
  1. floatleft;
  2. heightauto;
  3. width542px;
  4. margin-top10px;
  5. positionrelative;
  6. z-index1;
}
 
dersen sorun çözülür.
Link to comment
Share on other sites

 

slideshow divin bizdenhaberler divinin üzerine gelmiş

#bizdenhaberler {
  1. float: left;
  2. height: auto;
  3. width: 542px;
  4. margin-top: 10px;
  5. position: relative;
  6. z-index: 1;
}
 
dersen sorun çözülür.

 

Çok teşekkür ederim yaptım peki diğer olaya yardımcı olabilirmisin 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Similar Content

    • By artae
      Blumentals Rapid PHP 2022 v17.2.0.242 Multilingual | 116.7 Mb

      Rapid PHP editor is a faster and more powerful PHP code editor for Windows combining features of a fully-packed PHP IDE with the speed of the Notepad.

      Rapid PHP is the most complete all-in-one software for coding PHP, HTML, CSS, javascript and other web development languages with tools for debugging, validating, reusing, navigating and formatting your code.
      The fastest PHP editor / IDE
      Loads much faster than any other PHP editor or PHP IDE with similar features
      Powerful syntax highlighting
      Supports HTML, CSS, javascript, PHP, Smarty, XML, SQL, Apache and more
      Code intelligence
      Tons of intelligent code completion, navigation and suggestion features for PHP, HTML, CSS, javascript, Smarty
      Powerful editor
      Unicode support, bracket-matching, code folding, auto-complete, auto-replace, multi-highlight and more
      HTML5 and CSS3 ready
      Coding features are up-to-date with modern standards
      Powerful CSS features
      Inspector, compatibility watch, prefixizer, code assistants, browser preview and much more
      Advanced search and replace
      Goto anything, quick search, detailed search, file search, regular expressions, detailed results and more
      Smarty & framework support
      Powerful support for Smarty PHP template ee and popular PHP frameworks
      Debugger & validators
      xDebug PHP debugger, real PHP checker, spelling checker, W3 HTML and CSS validator, JSLint javascript checker
      Direct FTP/SFTP/FTPS
      Edit directly on your web server or publish local development copy updates with a single click
      Efficient code re-use
      Code snippet library and code templates with assignable shortcuts
      Loads of tools
      Code beautifier, dynamic ToDo, color picker, XRay etc.
      Windows 7, 8, 10, 11
      -
      DOWNLOAD
      (Buy premium account for maximum speed and resuming ability)


      https://nitroflare.com/view/E09DDFFDA3F427E/5qyio.Blumentals.Rapid.PHP.2022.v17.2.0.242.Multilingual.rar



      https://rapidgator.net/file/256f2a2509d9805b93e30092b928665b/5qyio.Blumentals.Rapid.PHP.2022.v17.2.0.242.Multilingual.rar


    • By artae
      Blumentals Rapid PHP 2022 v17.0.0.240. Multilingual | 112.3 Mb
      Rapid PHP editor is a faster and more powerful PHP code editor for Windows combining features of a fully-packed PHP IDE with the speed of the Notepad. Rapid PHP is the most complete all-in-one software for coding PHP, HTML, CSS, javascript and other web development languages with tools for debugging, validating, reusing, navigating and formatting your code.

      The fastest PHP editor / IDE
      Loads much faster than any other PHP editor or PHP IDE with similar features
      Powerful syntax highlighting
      Supports HTML, CSS, javascript, PHP, Smarty, XML, SQL, Apache and more
      Code intelligence
      Tons of intelligent code completion, navigation and suggestion features for PHP, HTML, CSS, javascript, Smarty
      Powerful editor
      Unicode support, bracket-matching, code folding, auto-complete, auto-replace, multi-highlight and more
      HTML5 and CSS3 ready
      Coding features are up-to-date with modern standards
      Powerful CSS features
      Inspector, compatibility watch, prefixizer, code assistants, browser preview and much more
      Advanced search and replace
      Goto anything, quick search, detailed search, file search, regular expressions, detailed results and more
      Smarty & framework support
      Powerful support for Smarty PHP template engine and popular PHP frameworks
      Debugger & validators
      xDebug PHP debugger, realtime PHP checker, spelling checker, W3 HTML and CSS validator, JSLint javascript checker
      Direct FTP/SFTP/FTPS
      Edit directly on your web server or publish local development copy updates with a single click
      Efficient code re-use
      Code snippet library and code templates with assignable shortcuts
      Loads of tools
      Code beautifier, dynamic ToDo, color picker, XRay etc.
      Operating System:Windows 7, 8, 10
      Home Page -https://www.rapidphpeditor.com/
      DOWNLOAD
      (Buy premium account for maximum speed and resuming ability)


      https://nitroflare.com/view/B8818BDF4105D08/kz6qv.Blumentals.Rapid.PHP.2022.v17.0.0.240.Multilingual.rar



      https://rapidgator.net/file/3d9484b81940155cfd8646bc0f8a1a08/kz6qv.Blumentals.Rapid.PHP.2022.v17.0.0.240.Multilingual.rar


    • By prototype
      Merhaba arkadaşlar index.php sayfasında Session oluşturup, sayfa2.php'de listelettiriyorum. Ama ben session'ı oluşturduktan sonra otomatik olarak sayfa2.php'ye yönlendirme yapmasını istiyorum, nasıl yapabileceğim konusunda bana yardımcı olabilirseniz çok sevinirim. Teşekkürler.

      index.php
      <?php session_start(); ?> <!doctype html> <html> <head> <title>Session Oluştur</title> </head> <body> <form method="post" action="<?php echo htmlspecialchars($_SERVER["PHP_SELF"]);?>"> Ürün Adı :<input type="text" name="urunadi"> Alış Fiyati :<input type="text" name="alisfiyati"> Müşteri Adı :<input type="text" name="musteriadi"> <input type="submit" name="submit" value="Submit"> </form> <br> <a href="sayfa2.php">2.Sayfaya Git </a><br> <a href="sayfa3.php">3.Sayfaya Git </a> <?php if ($_SERVER["REQUEST_METHOD"] == "POST") { $_SESSION['uadi']=$_POST['urunadi']; $_SESSION['afiyati']=$_POST['alisfiyati']; $_SESSION['madi']=$_POST['musteriadi']; } ?> </body> </html>
      sayfa2.php
       
      <?php session_start(); ?> <!doctype html> <html> <head> <title>Session Listeleme</title> </head> <body> <?php if(isset($_SESSION["uadi"])&&isset($_SESSION["afiyati"])&&isset($_SESSION["madi"])) { ?> Ürün Adı : <?php echo $_SESSION['uadi']; ?><br> Alış Fiyatı : <?php echo $_SESSION['afiyati']; ?><br> Müşteri Adı : <?php echo $_SESSION['madi']; }?><br> <a href="index.php">1.Sayfaya Git </a> </body> </html>  
    • By Abdullah 37
      Merhaba arkadaşlar.
      Veritabanından timestamp (CURRENT_TIMESTAMP) yapılı bir kolondan gelen tarih verisini tarih ve saat şeklinde yazdırmak amacıyla explode ile parçaladım. Ama her yerde kullanabilmem için bir fonksiyon yazdım.
      Ancak fonksiyonu çalıştırma kısmını tam halledemedim eksikler var ama ne olduğunu bulamadım. Tarih ve Saat verisini ayrı ayrı nasıl yazdırabilirim?
      Nasıl bir ekleme yapmalıyız? Yardımcı olur musunuz?
      <?php function TarihSaat($par){ $zaman = $par; $zamanBol = explode(" ",$zaman); $tarih = $zamanBol[0]; $saat2 = $zamanBol[1]; $saat= substr($saat2, 0,5); echo $tarih; echo $saat; } //kayit_tarih sütunundaki tarih: 2017-08-26 01:30:37 $k_tarih = $kayit_tarih["tarih"]; TarihSaat($k_tarih); ?>  
    • By Abdullah 37
      Merhaba arkadaşlar.
      Php ile mysql işlemleri yaparken güvenlik kısmında tam olarak ne yapılması gerektiğini bilmiyorum. Bu konuda yardımlarınıza ihtiyacım var.
      - Üye kayıt ve giriş kısmını kodlarken gelen verileri hangi güvenlik fonksiyonlarından geçirmeliyim?
      - Konu ekleme ve düzenleme, yorum ekleme ve düzenleme kısımlarını hangi güvenlik fonksiyonlarından geçirmeliyim?
  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...