Jump to content

karker

Members
  • Posts

    34
  • Joined

  • Last visited

    Never

Contact Methods

  • Website URL
    http://www.hikayeoku.gen.tr

Profile Information

  • Gender
    Not Telling

karker's Achievements

Member

Member (2/5)

0

Reputation

  1. karker

    header()

    it is 24.php everything codes here function redirect($url){ if (!headers_sent()){ header('Location: '.$url); exit; }else{ echo '<script type="text/javascript">'; echo 'window.location.href="'.$url.'";'; echo '</script>'; echo '<noscript>'; echo '<meta http-equiv="refresh" content="1;url='.$url.'" />'; echo '</noscript>'; exit; } } redirect($url); Why do you think the routing does not work ??
  2. $sayi = $_GET['islem']+1; $url = '24.php?islem='.$sayi.''; function redirect($url){ if (!headers_sent()){ header('Location: '.$url); exit; }else{ echo '<script type="text/javascript">'; echo 'window.location.href="'.$url.'";'; echo '</script>'; echo '<noscript>'; echo '<meta http-equiv="refresh" content="1;url='.$url.'" />'; echo '</noscript>'; exit; } } redirect($url); Why do you think the routing does not work ??
  3. i am dont give any error i want 7 record to myql in for loop ! it is being only 1 record to mysql what is the wrong word in this sentence
  4. tom my English may be less but my query is only 1 record in the loop I have to loop from 1 to 7 indicated that for($q=1;$q<=7;$q++) Why not register 7 with for loop if uoı know the answer this question pls share it is ok ?
  5. for($q=1;$q<=7;$q++) { mysql_query("INSERT INTO cud_uyelik (`nickname`, `sifresi`, `isim`, `cinsiyet`, `sexsual_tercih`, `resim`, `sehir`, `d_tarih`, `meslek`, `medeni_durum`, `sigara`, `alkol`, `mail`, `operator`, `tel`, `vucut_tipi`, `boy`, `kilo`, `fanclup`, `kendi_hakkinda`, `ip`, `tip`, `yetki`, `arkadaslari`, `paket`, `araba`, `begenilme`, `hikayeleri`, `gelir`, `line`, `goz_rengi`, `block_id`, `sms`, `mesaj`, `sms_filitre`, `g_foto`, `onay`, `yorum`, `ilan` ) VALUES ('$nickname', '$sifresi', '$isim', '$cinsiyet', '$sexsual_tercih', '$resim', '$sehir', '$d_tarih', '$mesleki', '$medeni_durum', '$sigara', '$alkol', '$mail', '$operator', '$tel', '$vucud_tipi', '$boy', '$kilo', '$fanclup', '$kendi_hakkinda', '$ip', '$tip', 'b', '$arkadaslari', '$paket', '$arabasi', '$begenilme', '$hikayeleri', '$geliri', '$line', '$goz_rengi', '$block_id', '$sms', '$mesaj', '$sms_filitre', '$g_foto' , 'h' , '$yorum' , '$ilan' );"); // every things are okey but if i use query i am only taking a registing to mysql but i want 6 more registing to mysql with loop in a page loading }
  6. hi; $giden = $_GET['sehir_part']+1; $url = '31.php?sehir_part='.$giden.''; //$erkek_top = 7 for($q=1;$q<=7;$q++) { //i want insert into to mysql in here ; but its doing only one inserting so i want be 7 more insert } header( 'refresh:1;url=31.php?sehir_part='.$giden) and in every page loading i want inserting to mysql againg pls helpme thx
  7. i toke syntax eror can u check cods?
  8. i have 200 photos in a folder .. can i move random a photo to with changing photo name anoter file
  9. is it true ? in paging 0,92,085,0,50,066,0,73 etc its coming to mixing there are two row in database liked and hate; how can i take average and sort desc to page from database ?
  10. so i want take first most repaited words in the $dynamic array("$dynamic")
  11. $ham_dizi = "instein'ın görelilik kuramları ile gerçekleştiğini söylemek yanlış olur. Klasik mekanik çok başarılı olmasına karşın, 1800'lü yılların sonlarına doğru, siyah cisim ışıması, tayf çizgileri, fotoelelektrik etki gibi bir takım olayları açıklama da yetersiz kalmıştır. Açıklamaların yanlışlığı bilim adamlarının yetersizliğinden değil aksine klasik mekaniğin yetersizliğinden kaynaklanıyordu. Klasik mekanikteki sorunun ne olduğunu anlatmak aşırı teknik kaçacaktır"; $ex_dizi = explode(' ',$ham_dizi); $delimiter = count($ex_dizi); for($zi =0; $zi<$delimiter-1; $zi++) { $kactane_Var = substr_count($ham_dizi,$ex_dizi[$zi]); $a3 = $kactane_Var.": [". $zi."] "; echo $a3 ; } Array Repait and Array sort i want to Most ordinary scattered again into an array to assign the first 5 words
  12. thankx xyph for helping
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.